You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/06/12 10:30:47 UTC

git commit: [flex-sdk] [refs/heads/develop] - Added 'sh' to see if the '-failures' will work as expected...

Updated Branches:
  refs/heads/develop 55486e0c0 -> 2c87a8055


Added 'sh' to see if the '-failures' will work as expected...

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2c87a805
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2c87a805
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2c87a805

Branch: refs/heads/develop
Commit: 2c87a80557707ab7ed9d2f330495b593fd209572
Parents: 55486e0
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Jun 12 10:30:30 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Jun 12 10:30:30 2013 +0200

----------------------------------------------------------------------
 mustella/jenkins.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2c87a805/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index 0a53f79..cf02bfd 100644
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -27,12 +27,12 @@
 export SHELLOPTS
 set -o igncr
 
-./mini_run.sh -timeout=60000 -all
+sh ./mini_run.sh -timeout=60000 -all
 #./mini_run.sh -timeout=60000 -failures
 
 if [[ -s failures.txt ]] ; then
 	echo "Some tests failed: running '-failures'" 
-	./mini_run.sh -failures
+	sh ./mini_run.sh -timeout=60000 -failures
 else
 	echo "All tests passed on first run" 
 fi ;
\ No newline at end of file