Intermediate test step (messing around a bit on the VM, sorry for the commit 
torrent)

Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>


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

Branch: refs/heads/release4.10.0
Commit: 44efa1723fc8195b3ebfbed3e2235cbc035033c4
Parents: 0823ca5
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Mon Jul 15 14:45:47 2013 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Mon Jul 15 14:45:47 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/44efa172/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index e94e88d..ba3a79d 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -108,9 +108,9 @@ END
 
 
 # ANT
-ant -f ../build.xml clean -Dbuild.noprompt=true
-ant -f ../build.xml main -Dbuild.noprompt=true
-ant -f ../build.xml other.locales -Dbuild.noprompt=true
+#ant -f ../build.xml clean -Dbuild.noprompt=true
+#ant -f ../build.xml main -Dbuild.noprompt=true
+#ant -f ../build.xml other.locales -Dbuild.noprompt=true
 LOG=$LOG"- Ran 'clean', 'main' and 'other.locales' ant targets to prepare the 
SDK for testing"$'\n'
 
 
@@ -132,8 +132,8 @@ done
 if [ "$RUN_TYPE" == "main" ]
 then
   TEST_COMMAND=-timeout=60000
-  TEST_SET=-all
-  #TEST_SET=tests/components/Label
+  #TEST_SET=-all
+  TEST_SET=tests/components/Label
 elif [ "$RUN_TYPE" == "air" ]
 then
   TEST_COMMAND=-apollo

Reply via email to