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

git commit: [flex-sdk] [refs/heads/develop] - Script to follow up a normal mustella run with -failures is now active

Updated Branches:
  refs/heads/develop 93cb13180 -> 499267ce6


Script to follow up a normal mustella run with -failures is now active


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

Branch: refs/heads/develop
Commit: 499267ce689eda595954649d6d9559738e45b23c
Parents: 93cb131
Author: Om <bi...@gmail.com>
Authored: Sun Jun 9 17:41:17 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Sun Jun 9 17:44:12 2013 -0700

----------------------------------------------------------------------
 mustella/jenkins.sh | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/499267ce/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index 3e52505..0a53f79 100644
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -27,14 +27,12 @@
 export SHELLOPTS
 set -o igncr
 
-#./mini_run.sh -timeout=60000 tests/components/Label
-#./mini_run.sh -timeout=60000 tests/gumbo/core/Group/viewport
-#./mini_run.sh -timeout=60000 -all
-./mini_run.sh -timeout=60000 -failures
+./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
-#else
-#	echo "All tests passed on first run" 
-#fi ;
\ No newline at end of file
+if [[ -s failures.txt ]] ; then
+	echo "Some tests failed: running '-failures'" 
+	./mini_run.sh -failures
+else
+	echo "All tests passed on first run" 
+fi ;
\ No newline at end of file