From fd9efaec1736fe9863eb725b4e80e97418c563cc Mon Sep 17 00:00:00 2001 From: Adrian Villin Date: Mon, 29 Apr 2024 08:27:57 -0400 Subject: [PATCH] hs-test: disable color output Jenkins cannot display colors in console output Type: fix Change-Id: I5365dec471d773dae1f139c5fabd0711298f8bea Signed-off-by: Adrian Villin --- extras/hs-test/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/hs-test/test b/extras/hs-test/test index 58f08bd68bb..94162b87759 100755 --- a/extras/hs-test/test +++ b/extras/hs-test/test @@ -86,4 +86,4 @@ if [ $single_test -eq 0 ] && [ $debug_set -eq 1 ]; then exit 1 fi -sudo -E go run github.com/onsi/ginkgo/v2/ginkgo --trace $ginkgo_args -- $args +sudo -E go run github.com/onsi/ginkgo/v2/ginkgo --no-color --trace $ginkgo_args -- $args -- 2.16.6