You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by du...@apache.org on 2014/11/23 05:45:26 UTC

git commit: updated refs/heads/4.3 to 879f94c

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 df9fe7817 -> 879f94c74


modify travis file to force true on test execution. The XML parser will determine failures


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/879f94c7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/879f94c7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/879f94c7

Branch: refs/heads/4.3
Commit: 879f94c74310ed89afe6d25df3b52c00422bbc5a
Parents: df9fe78
Author: Ian Duffy <ia...@ianduffy.ie>
Authored: Sun Nov 23 04:45:03 2014 +0000
Committer: Ian Duffy <ia...@ianduffy.ie>
Committed: Sun Nov 23 04:45:03 2014 +0000

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/879f94c7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0788001..d7633f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 --load -s -a tags=advanced test/integration/smoke/$suite.py ; 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 || true ; done
 - python ./tools/travis/xunit-reader.py integration-test-results/
 after_success: ./tools/travis/after_success.sh
 after_failure: ./tools/travis/after_failure.sh