You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:02 UTC

[06/24] git commit: updated refs/heads/master to 6fd49e4

Can't run travis_wait from script, this just throws an error

Signed-off-by: Daan Hoogland <da...@onecht.net>


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

Branch: refs/heads/master
Commit: 4047dd571dcae1720327854c12151b47d8cb0828
Parents: 118f607
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri Jun 19 02:55:43 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:25 2015 +0200

----------------------------------------------------------------------
 tools/travis/script.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4047dd57/tools/travis/script.sh
----------------------------------------------------------------------
diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index e1c75bb..7e7c497 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -39,7 +39,6 @@ mkdir -p integration-test-results/component
 
 
 for suite in $1; do
-  travis_wait 30
   nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
 done