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

throw the most specific exception

上级 bcb1f917
...@@ -105,7 +105,7 @@ public abstract class TestBase { ...@@ -105,7 +105,7 @@ public abstract class TestBase {
start = System.currentTimeMillis(); start = System.currentTimeMillis();
test(); test();
println(""); println("");
} catch (Exception e) { } catch (Throwable e) {
println("FAIL " + e.toString()); println("FAIL " + e.toString());
logError("FAIL " + e.toString(), e); logError("FAIL " + e.toString(), e);
if (config.stopOnError) { if (config.stopOnError) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论