diff options
author | Adrian Villin <avillin@cisco.com> | 2024-04-29 08:27:57 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-05-01 00:24:55 +0000 |
commit | fd9efaec1736fe9863eb725b4e80e97418c563cc (patch) | |
tree | 16fe6123d3f185114f83555dfa4ea7e962d56caa /extras | |
parent | 9f2799fda400797a2125eb8a0bb9117a27e068f4 (diff) |
hs-test: disable color output
Jenkins cannot display colors in console output
Type: fix
Change-Id: I5365dec471d773dae1f139c5fabd0711298f8bea
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/hs-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |