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/06 00:16:23 UTC

git commit: [flex-sdk] [refs/heads/develop] - Mustella run on Jenkins now works. So enabling the full test suite.

Updated Branches:
  refs/heads/develop 3681e2d83 -> 97247b116


Mustella run on Jenkins now works.  So enabling the full test suite.


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

Branch: refs/heads/develop
Commit: 97247b1166b6c5a490835e76acedb5863e533593
Parents: 3681e2d
Author: Om <bi...@gmail.com>
Authored: Wed Jun 5 15:15:53 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Wed Jun 5 15:15:53 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/97247b11/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index f300589..97644f4 100644
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -27,9 +27,9 @@
 export SHELLOPTS
 set -o igncr
 
-./mini_run.sh -timeout=60000 tests/components/Label
+#./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 -all
 
 #if [[ -s failures.txt ]] ; then
 #	echo "Some tests failed: running '-failures'"