提交 f1cfdd32 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting.

上级 aa9a5f62
...@@ -543,7 +543,7 @@ public class Build extends BuildBase { ...@@ -543,7 +543,7 @@ public class Build extends BuildBase {
public void test() { public void test() {
downloadTest(); downloadTest();
compile(); compile();
String testClass=System.getProperty("test", "org.h2.test.TestAll"); String testClass = System.getProperty("test", "org.h2.test.TestAll");
java(testClass, null); java(testClass, null);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论