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:02:15 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fixing line endings so that Jenkins likes it

Updated Branches:
  refs/heads/develop cba3d9bf4 -> 114ece17c


Fixing line endings so that Jenkins likes it


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

Branch: refs/heads/develop
Commit: 114ece17c7f8213e3fd052aeb80f0580e12eda66
Parents: cba3d9b
Author: Om <bi...@gmail.com>
Authored: Tue Jun 4 23:52:37 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Tue Jun 4 23:52:37 2013 -0700

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


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