You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/05/23 21:19:50 UTC

[royale-asjs] branch develop updated: disabling haltonfailure didn't make a difference for macOS BindException

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7486f17  disabling haltonfailure didn't make a difference for macOS BindException
7486f17 is described below

commit 7486f1776462a723ef33c4946b92beea18900b8e
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu May 23 14:19:38 2019 -0700

    disabling haltonfailure didn't make a difference for macOS BindException
---
 frameworks/js/projects/BasicJS/src/test/royale/build.xml      | 2 +-
 frameworks/js/projects/CoreJS/src/test/royale/build.xml       | 2 +-
 frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml | 2 +-
 frameworks/projects/Basic/src/test/royale/build.xml           | 2 +-
 frameworks/projects/Core/src/test/royale/build.xml            | 2 +-
 frameworks/projects/RoyaleUnit/src/test/royale/build.xml      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/frameworks/js/projects/BasicJS/src/test/royale/build.xml b/frameworks/js/projects/BasicJS/src/test/royale/build.xml
index 9d72bd9..37d5c7e 100644
--- a/frameworks/js/projects/BasicJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/BasicJS/src/test/royale/build.xml
@@ -175,7 +175,7 @@
             command="${royaleunit.browser}"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="false"
+			haltonfailure="true"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/js/projects/CoreJS/src/test/royale/build.xml b/frameworks/js/projects/CoreJS/src/test/royale/build.xml
index 4945b68..a565d01 100644
--- a/frameworks/js/projects/CoreJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/CoreJS/src/test/royale/build.xml
@@ -175,7 +175,7 @@
             command="${royaleunit.browser}"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="false"
+			haltonfailure="true"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml b/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
index a5e6130..d14a610 100644
--- a/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
@@ -175,7 +175,7 @@
             command="${royaleunit.browser}"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="false"
+			haltonfailure="true"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/projects/Basic/src/test/royale/build.xml b/frameworks/projects/Basic/src/test/royale/build.xml
index 054cbb5..9d2226b 100644
--- a/frameworks/projects/Basic/src/test/royale/build.xml
+++ b/frameworks/projects/Basic/src/test/royale/build.xml
@@ -93,7 +93,7 @@
             swf="${basedir}/FlexUnitRoyaleApplication.swf"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="false"
+			haltonfailure="true"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/projects/Core/src/test/royale/build.xml b/frameworks/projects/Core/src/test/royale/build.xml
index fc6338b..f222076 100644
--- a/frameworks/projects/Core/src/test/royale/build.xml
+++ b/frameworks/projects/Core/src/test/royale/build.xml
@@ -98,7 +98,7 @@
             swf="${basedir}/FlexUnitRoyaleApplication.swf"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="false"
+			haltonfailure="true"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/projects/RoyaleUnit/src/test/royale/build.xml b/frameworks/projects/RoyaleUnit/src/test/royale/build.xml
index f9bc2e2..0abe849 100644
--- a/frameworks/projects/RoyaleUnit/src/test/royale/build.xml
+++ b/frameworks/projects/RoyaleUnit/src/test/royale/build.xml
@@ -98,7 +98,7 @@
             swf="${basedir}/FlexUnitRoyaleApplication.swf"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="false"
+			haltonfailure="true"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />