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

Improve automated build

上级 fc0aaa36
......@@ -92,6 +92,7 @@ public class UploadBuild {
error = testOutput.contains(OutputCatcher.START_ERROR);
} else if (new File("log.txt").exists()) {
testOutput = IOUtils.readStringAndClose(new FileReader("log.txt"), -1);
testOutput = testOutput.replaceAll("\n", "<br />");
error = true;
} else {
testOutput = "No log.txt";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论