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 4cd6f31  Basic, Core, RoyaleUnit: re-enabled <royaleunit> Ant tasks 
for JS
4cd6f31 is described below

commit 4cd6f31a0c81dc559967a3d7b42eb0c4fab71a38
Author: Josh Tynjala <[email protected]>
AuthorDate: Fri Jun 28 13:02:16 2019 -0700

    Basic, Core, RoyaleUnit: re-enabled <royaleunit> Ant tasks for JS
---
 frameworks/projects/Basic/build.xml      | 3 +--
 frameworks/projects/Core/build.xml       | 3 +--
 frameworks/projects/RoyaleUnit/build.xml | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/frameworks/projects/Basic/build.xml 
b/frameworks/projects/Basic/build.xml
index a126cd4..bca41bf 100644
--- a/frameworks/projects/Basic/build.xml
+++ b/frameworks/projects/Basic/build.xml
@@ -65,8 +65,7 @@
     
     <target name="test" depends="check-for-tests,check-compiler" 
unless="skip-tests">
         <ant dir="src/test/royale" />
-        <!-- temporarily disabled because royaleunit task crashes on macOS -->
-        <!--<antcall target="test-js" />-->
+        <antcall target="test-js" />
     </target>
     
     <target name="test-js">
diff --git a/frameworks/projects/Core/build.xml 
b/frameworks/projects/Core/build.xml
index 43b642a..d023b23 100644
--- a/frameworks/projects/Core/build.xml
+++ b/frameworks/projects/Core/build.xml
@@ -66,8 +66,7 @@
     
     <target name="test" depends="check-for-tests,check-compiler" 
unless="skip-tests">
         <ant dir="src/test/royale" />
-        <!-- temporarily disabled because royaleunit task crashes on macOS -->
-        <!--<antcall target="test-js" />-->
+        <antcall target="test-js" />
     </target>
     
     <target name="test-js">
diff --git a/frameworks/projects/RoyaleUnit/build.xml 
b/frameworks/projects/RoyaleUnit/build.xml
index 6d6d942..7a3b41e 100644
--- a/frameworks/projects/RoyaleUnit/build.xml
+++ b/frameworks/projects/RoyaleUnit/build.xml
@@ -66,7 +66,7 @@
     
     <target name="test" depends="check-for-tests,check-compiler" 
unless="skip-tests">
         <ant dir="src/test/royale" />
-        <!--<antcall target="test-js" />-->
+        <antcall target="test-js" />
     </target>
     
     <target name="test-js">

Reply via email to