mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
status: Colorize more test output.
* guix/status.scm (colorize-log-line): Add entry for passing tests. Change-Id: I21de0abd11902a1ca045748084e087bcd4bcf3b7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
568140b72c
commit
b8f1210b0e
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2017-2023 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2017-2023 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
;;; Copyright © 2025 Esther Flashner <esther@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -372,6 +373,8 @@ the current build phase."
|
||||||
(color-rules
|
(color-rules
|
||||||
("^(phase)(.*)(succeeded after)(.*)(seconds)(.*)"
|
("^(phase)(.*)(succeeded after)(.*)(seconds)(.*)"
|
||||||
GREEN BOLD GREEN RESET GREEN BLUE)
|
GREEN BOLD GREEN RESET GREEN BLUE)
|
||||||
|
("^(PASS)(:)(.*)"
|
||||||
|
GREEN BOLD RESET)
|
||||||
("^(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:]]*)(:)(.*)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue