You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/11/23 16:56:04 UTC

[royale-asjs] branch develop updated: fix mxtests

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

aharui 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 62a29cb  fix mxtests
62a29cb is described below

commit 62a29cbff73453863736595653650ee866c5a135
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Nov 23 08:55:44 2018 -0800

    fix mxtests
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 35b2a2b..bfacadf 100644
--- a/build.xml
+++ b/build.xml
@@ -1533,7 +1533,7 @@ limitations under the License.
     <target name="mxtests" depends="load-task,mxtests-compile-java" description="run MX tests using mustella"  if="env.AIR_HOME">
         <property name="ROYALE_COMPILER_HOME" value="${basedir}/js" />
         <property name="ROYALE_HOME" value="${basedir}" />
-        <mxmlc fork="true" debug="true"
+        <mxmlc fork="true" debug="true" configname="flex"
                closure-lib="${env.GOOG_HOME}"
                file="${basedir}/mustella/tests/mxtests/basicTests/BasicTests.mxml">
             <jvmarg line="${mxmlc.jvm.args}"/>
@@ -1673,7 +1673,7 @@ limitations under the License.
         <echo message="ROYALE_COMPILER_HOME: ${ROYALE_COMPILER_HOME}"/>
         <echo message="GOOG_HOME: ${GOOG_HOME}"/>
         <delete dir="${basedir}/mustella/tests/mxtests/basicTests/bin" failonerror="false" />
-        <mxmlc fork="true" debug="true"
+        <mxmlc fork="true" debug="true" configname="flex"
             closure-lib="${env.GOOG_HOME}"
             file="${basedir}/mustella/tests/mxtests/BasicTestsApp.mxml">
             <jvmarg line="${mxmlc.jvm.args}"/>