mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02: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:
committed by
Efraim Flashner
parent
568140b72c
commit
b8f1210b0e
@@ -2,6 +2,7 @@
|
||||
;;; Copyright © 2017-2023 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2025 Esther Flashner <esther@flashner.co.il>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -372,6 +373,8 @@ the current build phase."
|
||||
(color-rules
|
||||
("^(phase)(.*)(succeeded after)(.*)(seconds)(.*)"
|
||||
GREEN BOLD GREEN RESET GREEN BLUE)
|
||||
("^(PASS)(:)(.*)"
|
||||
GREEN BOLD RESET)
|
||||
("^(phase)(.*)(failed after)(.*)(seconds)(.*)"
|
||||
RED BLUE RED BLUE RED BLUE)
|
||||
("^(.*)(error|fail|failed|\\<FAIL|FAILED)([[:blank:]]*)(:)(.*)"
|
||||
|
||||
Reference in New Issue
Block a user