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 869db6c builds fail if tests don't pass
869db6c is described below
commit 869db6c4fb74d7450a7f706a7b312ce5281fa344
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu May 23 13:24:25 2019 -0700
builds fail if tests don't pass
---
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" />