Fixes JS test runner for CI...
This commit is contained in:
Родитель
c6037ff223
Коммит
e518540bb9
|
@ -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!'
|
||||
|
|
Загрузка…
Ссылка в новой задаче