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/09 09:12:25 UTC

git commit: [flex-sdk] [refs/heads/develop] - Running -failures on Mustella

Updated Branches:
  refs/heads/develop 2059874d9 -> f8ef963ae


Running -failures on Mustella


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

Branch: refs/heads/develop
Commit: f8ef963ae1c316aa55a88ff6342b418f231038ca
Parents: 2059874
Author: Om <bi...@gmail.com>
Authored: Sun Jun 9 00:11:57 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Sun Jun 9 00:11:57 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f8ef963a/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index 97644f4..3e52505 100644
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -29,7 +29,8 @@ 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 -all
+./mini_run.sh -timeout=60000 -failures
 
 #if [[ -s failures.txt ]] ; then
 #	echo "Some tests failed: running '-failures'"