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

Option to run tests directly

上级 c384916e
......@@ -864,6 +864,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
private void addTest(TestBase test) {
tests.add(test);
// test.runTest(this);
}
private void runAddedTests() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论