This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new 141805a more info in mustella output
141805a is described below
commit 141805adae24a2ceb907e640097cb14c9a97baf0
Author: Alex Harui <[email protected]>
AuthorDate: Tue Jul 24 10:18:59 2018 -0700
more info in mustella output
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 3a50aa4..e33b10b 100644
--- a/build.xml
+++ b/build.xml
@@ -1498,7 +1498,7 @@ limitations under the License.
</mxmlc>
-->
<!-- run the component smoke -->
- <echo message="launching player and swf"/>
+ <echo message="launching player and swf ${flash.player}
${basedir}/mustella/tests/basicTests/BasicTestsApp.swf"/>
<exec executable="${flash.player}"
dir="${basedir}/mustella/tests/basicTests" failonerror="true">
<arg
value="${basedir}/mustella/tests/basicTests/BasicTestsApp.swf"/>
</exec>
@@ -1575,7 +1575,7 @@ limitations under the License.
</mxmlc>
-->
<!-- run the component smoke -->
- <echo message="launching player and swf"/>
+ <echo message="launching player and swf ${flash.player}
${basedir}/mustella/tests/mxtests/basicTests/BasicTests.swf"/>
<exec executable="${flash.player}"
dir="${basedir}/mustella/tests/mxtests/basicTests" failonerror="true">
<arg
value="${basedir}/mustella/tests/mxtests/basicTests/BasicTests.swf"/>
</exec>