status: Tweak colorization.
* guix/status.scm (colorize-log-line): Add "\<" before "FAIL" (to distinguish from "XFAIL". Use MAGENTA instead of ORANGE, which doesn't exist.
This commit is contained in:
parent
ccccb467fb
commit
1dc876a39f
@ -275,10 +275,10 @@ on."
|
|||||||
GREEN BOLD GREEN RESET GREEN BLUE)
|
GREEN BOLD GREEN RESET GREEN BLUE)
|
||||||
("^(phase)(.*)(failed after)(.*)(seconds)(.*)"
|
("^(phase)(.*)(failed after)(.*)(seconds)(.*)"
|
||||||
RED BLUE RED BLUE RED BLUE)
|
RED BLUE RED BLUE RED BLUE)
|
||||||
("^(.*)(error|fail|failed|FAIL|FAILED)([[:blank:]]*)(:)(.*)"
|
("^(.*)(error|fail|failed|\\<FAIL|FAILED)([[:blank:]]*)(:)(.*)"
|
||||||
RESET RED BOLD BOLD BOLD)
|
RESET RED BOLD BOLD BOLD)
|
||||||
("^(.*)(warning)([[:blank:]]*)(:)(.*)"
|
("^(.*)(warning)([[:blank:]]*)(:)(.*)"
|
||||||
RESET ORANGE BOLD BOLD BOLD)))
|
RESET MAGENTA BOLD BOLD BOLD)))
|
||||||
|
|
||||||
(define* (print-build-event event old-status status
|
(define* (print-build-event event old-status status
|
||||||
#:optional (port (current-error-port))
|
#:optional (port (current-error-port))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user