ww: report no test files for empty test packages
This commit is contained in:
@@ -1720,7 +1720,7 @@ fn pkgemitgroup(g: *pkggroup, compileonly: bool,
|
||||
if (g.notests) {
|
||||
pkgput(os.STDOUT_FILENO, "? ");
|
||||
pkgput(os.STDOUT_FILENO, g.dir);
|
||||
pkgputln(os.STDOUT_FILENO, " [no tests]");
|
||||
pkgputln(os.STDOUT_FILENO, " [no test files]");
|
||||
return true;
|
||||
};
|
||||
if (compileonly) {
|
||||
|
||||
Reference in New Issue
Block a user