diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index 3261515218..66bac3d0da 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1134,9 +1134,9 @@ <target name="tests" depends="compile-java, internal-package-war"> <!-- Run all different types of tests in parallel to decrease testing time --> <parallel threadcount="3"> - <antcall target="integration-tests"></antcall> - <antcall target="testbench-tests"></antcall> - <antcall target="server-side-tests"></antcall> + <antcall inheritrefs="true" inheritall="true" target="integration-tests"></antcall> + <antcall inheritrefs="true" inheritall="true" target="testbench-tests"></antcall> + <antcall inheritrefs="true" inheritall="true" target="server-side-tests"></antcall> </parallel> </target> |