Enable full run

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/6ed97de7
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6ed97de7
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6ed97de7

Branch: refs/heads/release4.10.0
Commit: 6ed97de74edd352e5a53a8bc99ec53c715b8f36f
Parents: 44efa17
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Mon Jul 15 14:50:10 2013 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Mon Jul 15 14:50:10 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6ed97de7/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index ba3a79d..e94e88d 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