Skip to content

Commit

Permalink
Merge pull request #5484 from baude/bindingsnocolor
Browse files Browse the repository at this point in the history
turn off color-mode for bindings
  • Loading branch information
openshift-merge-robot committed Mar 12, 2020
2 parents ac6c8fb + 194759b commit d586e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cirrus/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ case "$SPECIALMODE" in
bindings)
make
make install PREFIX=/usr ETCDIR=/etc
cd pkg/bindings/test && ginkgo -r
cd pkg/bindings/test && ginkgo -trace -noColor -debug -r
;;
none)
make
Expand Down

0 comments on commit d586e16

Please sign in to comment.