提交 4950ad40 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved error message.

上级 f3e42ead
...@@ -349,8 +349,8 @@ public class TestScript extends TestBase { ...@@ -349,8 +349,8 @@ public class TestScript extends TestBase {
if (e != null) { if (e != null) {
TestBase.logError("script", e); TestBase.logError("script", e);
} }
TestBase.logError(errors.toString(), null);
if (failFast) { if (failFast) {
TestBase.logError(errors.toString(), null);
conn.close(); conn.close();
System.exit(1); System.exit(1);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论