From: Adrian Villin Date: Mon, 29 Apr 2024 12:27:57 +0000 (-0400) Subject: hs-test: disable color output X-Git-Tag: v24.10-rc0~53 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=fd9efaec1736fe9863eb725b4e80e97418c563cc;p=vpp.git hs-test: disable color output Jenkins cannot display colors in console output Type: fix Change-Id: I5365dec471d773dae1f139c5fabd0711298f8bea Signed-off-by: Adrian Villin --- 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