Browse Source

modifies runtest in build.xml

tags/rel_3_21_0-java9-ea
chibash 7 years ago
parent
commit
384e014fc8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml View File

@@ -97,7 +97,7 @@
</javac>
</target>

<target name="runtest" depends="test-compile">
<target name="runtest" depends="jar,test-compile">
<junit fork="true" printsummary="true" dir="${test.run.dir}">
<jvmarg value="-XX:-FailOverToOldVerifier" />
<classpath refid="test.classpath"/>

Loading…
Cancel
Save