diff options
author | Rich Ercolani <[email protected]> | 2022-02-16 14:40:25 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-16 11:40:25 -0800 |
commit | 0df22afea22f5ed59be1e36d4b716eb832a319fd (patch) | |
tree | 09d394bcc18b2b7ae57121dbba059bdf74327324 /scripts/Makefile.am | |
parent | 67de71e6445dae13520bb87c8fc5fb993cb66f30 (diff) |
Colorize the Github test output
Let's color our workflow test output for better readability.
Reviewed by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ahelenia ZiemiaĆska <[email protected]>
Signed-off-by: Rich Ercolani <[email protected]>
Closes #13000
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 77b1269a9..e2772cf1d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -18,7 +18,8 @@ EXTRA_SCRIPTS = \ make_gitrev.sh \ man-dates.sh \ paxcheck.sh \ - mancheck.sh + mancheck.sh \ + zfs-tests-color.sh EXTRA_DIST = \ cstyle.pl \ |