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 2019/11/03 23:49:00 UTC

[royale-compiler] branch develop updated: force creation of results folder

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3cb0193  force creation of results folder
3cb0193 is described below

commit 3cb0193f9c0ed840cad7fa5bf86b4e01d58ec2d6
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Nov 3 15:48:34 2019 -0800

    force creation of results folder
---
 compiler-jx/src/test/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler-jx/src/test/build.xml b/compiler-jx/src/test/build.xml
index b21d7aa..8785239 100644
--- a/compiler-jx/src/test/build.xml
+++ b/compiler-jx/src/test/build.xml
@@ -117,6 +117,7 @@
 	
     <target name="integration.tests.asjs" depends="download, compile.unit.tests">
         <mkdir dir="${compiler.tests}/results"/>
+        <mkdir dir="${compiler}/target/junit-results"/>
         <mkdir dir="${compiler}/target/junit-temp"/>
         <junit dir="${compiler}"
             fork="yes" forkMode="perBatch" maxmemory="${maxmem}m" timeout="${test.timeout}"