turn off color-mode for bindings

the binding ginkgo tests were using color mode which throws in a bunch of ansi garbage that makes it hard to read the logs

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude 2020-03-12 13:45:56 -05:00
parent 9c7481dbd1
commit 194759b96e

View file

@ -45,7 +45,7 @@ case "$SPECIALMODE" in
bindings) bindings)
make make
make install PREFIX=/usr ETCDIR=/etc make install PREFIX=/usr ETCDIR=/etc
cd pkg/bindings/test && ginkgo -r cd pkg/bindings/test && ginkgo -trace -noColor -debug -r
;; ;;
none) none)
make make