travis: for 4.3 just --load on nosetests to only use cfg and not deploy zone

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2014-09-01 21:21:54 +02:00
parent 3c4aad2037
commit 1a8e07d172
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ before_script: travis_wait 30 ./tools/travis/before_script.sh
script:
- mkdir -p integration-test-results/misc
- travis_wait 30 sleep 30
- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a tags=advanced ; done
- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg --load -s -a tags=advanced test/integration/smoke/$suite.py ; done
- python ./tools/travis/xunit-reader.py integration-test-results/
after_success: ./tools/travis/after_success.sh
after_failure: ./tools/travis/after_failure.sh