Skip to content
Snippets Groups Projects
Commit e96ad40a authored by Brutzman, Don's avatar Brutzman, Don
Browse files

disable forking of unit tests, trying to track down threading error in tests when running via ant

parent cb236160
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@
name="test" >
<java classpath="${run.test.classpath}"
classname="org.junit.platform.console.ConsoleLauncher"
fork="true">
fork="false">
<arg value="--disable-banner"/>
<arg value="--fail-if-no-tests"/>
<arg value="--scan-classpath=${build.test.classes.dir}"/>
......@@ -336,7 +336,7 @@
<echo message="Testing: ${test.class}"/>
<java classpath="${run.test.classpath}"
classname="org.junit.platform.console.ConsoleLauncher"
fork="true">
fork="false">
<arg value="--disable-banner"/>
<arg value="--fail-if-no-tests"/>
<arg line="-c=${test.class}"/>
......@@ -354,7 +354,7 @@
name="-debug-start-debuggee-test">
<java classpath="${run.test.classpath}"
classname="org.junit.platform.console.ConsoleLauncher"
fork="true">
fork="false">
<arg value="--disable-banner"/>
<arg value="--fail-if-no-tests"/>
<arg line="-c=${test.class}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment