ww: put test result trailers on a new line
This commit is contained in:
@@ -1724,6 +1724,9 @@ fn pkgemitgroup(g: *pkggroup, compileonly: bool) bool = {
|
||||
return false;
|
||||
};
|
||||
pkgput(os.STDOUT_FILENO, runoutput);
|
||||
if (runoutput.len != 0 && runoutput[runoutput.len - 1] != '\n') {
|
||||
pkgput(os.STDOUT_FILENO, "\n");
|
||||
};
|
||||
if (!pkgrunok(g)) {
|
||||
pkgreportcommand(os.STDOUT_FILENO, "test", g, &g.runres);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user