diff options
author | Sven Gothel <[email protected]> | 2010-12-15 03:50:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 03:50:39 +0100 |
commit | 71706ca7f8b90a31a8c5a2e4aee83ffed4eb2c58 (patch) | |
tree | e105dccd7c47524a281e01aa4c0742d7dc209ea9 /make | |
parent | 148e7a9bf211e6db56cd2f1859ed796e0fad2d38 (diff) |
test-zip-archive cleanup
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 0b9bf63..9f642bc 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -114,7 +114,7 @@ <path path="${classpath.test}"/> </classpath> </junit> - <antcall target="test-zip-archive" inheritRefs="true" /> + <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> <target name="test.manual.run" depends="test.compile"> @@ -160,7 +160,7 @@ </apply> </sequential> </for> - <antcall target="test-zip-archive" inheritRefs="true" /> + <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> <!-- updates / create the test results zip file --> |