You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/10 13:56:17 UTC

[11/13] git commit: [flex-sdk] [refs/heads/develop] - Copy all test reports to central location, for easy access from Jenkins

Copy all test reports to central location, for easy access from Jenkins

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/39a2f2f5
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/39a2f2f5
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/39a2f2f5

Branch: refs/heads/develop
Commit: 39a2f2f53dd19fd0a6bb24a850dfaa62c7ae4417
Parents: 1bd39ac
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Dec 10 13:08:21 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Dec 10 13:30:05 2014 +0100

----------------------------------------------------------------------
 flexunit-tests.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/39a2f2f5/flexunit-tests.xml
----------------------------------------------------------------------
diff --git a/flexunit-tests.xml b/flexunit-tests.xml
index 3bb135f..98c80ff 100644
--- a/flexunit-tests.xml
+++ b/flexunit-tests.xml
@@ -83,6 +83,14 @@
       <library dir="${FLEXUNIT_HOME}/FlexUnit4CIListener/target"/>
     </flexunit>
 
+    <mkdir dir="${FLEX_HOME}/test-reports"/>
+
+    <copy todir="${FLEX_HOME}/test-reports">
+      <fileset dir="${project.root}">
+        <include name="TEST-*.xml" />
+      </fileset>
+    </copy>
+
   </target>
 
   <target name="test-clean" unless="${exit}">