Runs JS tests verbosely and includes debug logging from the jstests plugin

This commit is contained in:
Kumar McMillan 2011-04-01 14:30:15 -05:00
Родитель b7bc52db27
Коммит 8f7babae64
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -83,6 +83,6 @@ echo "Starting JS tests..." `date`
# NOTE: the host value here needs to match the 'zambnoi' suite in jstestnet
cd scripts
python run_jstests.py --with-xunit --with-zamboni --zamboni-host sm-hudson01 --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-browsers firefox
python run_jstests.py -v --with-xunit --with-zamboni --zamboni-host sm-hudson01 --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-browsers firefox --debug nose.plugins.jstests
echo 'shazam!'