diff options
| -rw-r--r-- | xmake/actions/test/main.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 70f8236d7..46459d648 100644 --- a/xmake/actions/test/main.lua +++ b/xmake/actions/test/main.lua @@ -318,8 +318,7 @@ function _show_output(testinfo, kind) io.writefile(logfile, output) print("%s: %s", kind, logfile) elseif option.get("verbose") then - io.write(kind, ": ", output, "\n") - print() + io.write(kind .. ": " .. output .. "\n") end end end |
