we now print this message to stderr instead of stdout

This commit is contained in:
ekatek
2014-09-25 17:46:22 -07:00
parent 1424e3ea4f
commit 0e8f8e5039

View File

@@ -134,7 +134,7 @@ selftest.define("publish-one-arch", ["slow", "net", "test-package-server"], func
run.waitSecs(15);
run.expectExit(0);
run.match("Done");
run.match("WARNING");
run.matchErr("WARNING");
});