diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-12 16:06:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 16:06:50 -0400 |
commit | d586e16adc884c94040751404234e66394e807f1 (patch) | |
tree | d9e2fb25919dfe31933014ceafb3f996772d5dff | |
parent | ac6c8fb6836d4830199f4504724767b275feea42 (diff) | |
parent | 194759b96eaf5ab06ac2883e3175bfc948aa6ddb (diff) | |
download | podman-d586e16adc884c94040751404234e66394e807f1.tar.gz podman-d586e16adc884c94040751404234e66394e807f1.tar.bz2 podman-d586e16adc884c94040751404234e66394e807f1.zip |
Merge pull request #5484 from baude/bindingsnocolor
turn off color-mode for bindings
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 20e067c93..6341bcb4a 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -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 |