2nd try at using a lightweight URL to check the dev server

This commit is contained in:
Kumar McMillan 2011-07-29 13:44:21 -05:00
Родитель 946495ab95
Коммит 892a7acf77
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -93,6 +93,6 @@ echo "Starting JS tests..." `date`
rm $LOG
cd scripts
# These env vars are set in the Jenkins build step.
python run_jstests.py -v --with-xunit --with-django-serv --django-host "$DJANGO_HOST" --django-port "$DJANGO_PORT" --django-log $LOG --django-startup-uri /services/monitor --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-token "$JSTESTS_TOKEN" --jstests-url http://$DJANGO_HOST:$DJANGO_PORT/en-US/qunit --jstests-browsers firefox --debug nose.plugins.jstests
python run_jstests.py -v --with-xunit --with-django-serv --django-host "$DJANGO_HOST" --django-port "$DJANGO_PORT" --django-log $LOG --django-startup-uri /robots.txt --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-token "$JSTESTS_TOKEN" --jstests-url http://$DJANGO_HOST:$DJANGO_PORT/en-US/qunit --jstests-browsers firefox --debug nose.plugins.jstests
echo 'shazam!'