Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: factory.conf

Issue 6905123: factory_test_init: prevent info messages displayed as "ERROR" (Closed) Base URL: ssh://gitrw.chromium.org:9222/factory_test_init.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: factory.conf
diff --git a/factory.conf b/factory.conf
index 1784cba7034ce635842e0ac1fe9fcdd790a35945..b7905acf3984b41e4dbccbcb55be68cdd41be3fd 100644
--- a/factory.conf
+++ b/factory.conf
@@ -29,7 +29,8 @@ script
rm -f "$CONSOLE_LOG_FILE"
./bin/autotest -t factory $OPT control 2>&1 |
tee -a "$FACTORY_LOG_FILE" |
- grep --line-buffer "FACTORY" >>"$CONSOLE_LOG_FILE"
+ grep --line-buffer "FACTORY" |
+ sed -u 's/^\([0-9:]*\) ERROR| FACTORY: /\1 | /' >>"$CONSOLE_LOG_FILE"
end script
pre-stop script
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698