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

Build: exclude compile in test target

上级 968e101b
......@@ -663,11 +663,10 @@ public class Build extends BuildBase {
}
/**
* Compile and run all tests.
* Compile and run all tests. This does not include the compile step.
*/
public void test() {
downloadTest();
compile();
String testClass = System.getProperty("test", "org.h2.test.TestAll");
java(testClass, null);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论