aboutsummaryrefslogtreecommitdiff
path: root/guix/status.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/status.scm')
-rw-r--r--guix/status.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/status.scm b/guix/status.scm
index afa3c656a8..b19f0199d1 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -275,10 +275,10 @@ on."
GREEN BOLD GREEN RESET GREEN BLUE)
("^(phase)(.*)(failed after)(.*)(seconds)(.*)"
RED BLUE RED BLUE RED BLUE)
- ("^(.*)(error|fail|failed|FAIL|FAILED)([[:blank:]]*)(:)(.*)"
+ ("^(.*)(error|fail|failed|\\<FAIL|FAILED)([[:blank:]]*)(:)(.*)"
RESET RED BOLD BOLD BOLD)
("^(.*)(warning)([[:blank:]]*)(:)(.*)"
- RESET ORANGE BOLD BOLD BOLD)))
+ RESET MAGENTA BOLD BOLD BOLD)))
(define* (print-build-event event old-status status
#:optional (port (current-error-port))