Fixes JS test runner for CI...

This commit is contained in:
Kumar McMillan 2011-03-31 14:56:19 -05:00
Родитель c6037ff223
Коммит e518540bb9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -62,7 +62,7 @@ class Zamboni(Plugin):
def main():
nose.main(plugins=[Zamboni(), JSTests()])
nose.main(addplugins=[Zamboni(), JSTests()])
if __name__ == '__main__':

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

@ -80,6 +80,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 hudson.mozilla.org --with-jstests --jstests-server http://jstestnet.farmdev.com/ --jstests-suite zamboni --jstests-browsers firefox
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
echo 'shazam!'