浏览代码

modifies runtest in build.xml

tags/rel_3_21_0-java9-ea
chibash 7 年前
父节点
当前提交
384e014fc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 查看文件

@@ -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"/>

正在加载...
取消
保存