| 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
|
|
|