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/05 09:09:03 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fix path to mustella mini_run

Updated Branches:
  refs/heads/develop 114ece17c -> 3e3094e13


Fix path to mustella mini_run


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

Branch: refs/heads/develop
Commit: 3e3094e132b220ad005834be62c27c13d1944be8
Parents: 114ece1
Author: Om <bi...@gmail.com>
Authored: Wed Jun 5 00:05:25 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Wed Jun 5 00:05:25 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3e3094e1/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index d3667f0..f300589 100644
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -27,11 +27,9 @@
 export SHELLOPTS
 set -o igncr
 
-cd "C:\ApacheFlex\git\flex-sdk\mustella"
-
-#./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'"