summaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-03-12 13:45:56 -0500
committerBrent Baude <bbaude@redhat.com>2020-03-12 13:45:56 -0500
commit194759b96eaf5ab06ac2883e3175bfc948aa6ddb (patch)
treee58b460f1a6342b15fa3a98dfbbd4872525ed817 /contrib/cirrus
parent9c7481dbd1e6ea7e20ee03c85d4710c42ba81c6e (diff)
downloadpodman-194759b96eaf5ab06ac2883e3175bfc948aa6ddb.tar.gz
podman-194759b96eaf5ab06ac2883e3175bfc948aa6ddb.tar.bz2
podman-194759b96eaf5ab06ac2883e3175bfc948aa6ddb.zip
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>
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-xcontrib/cirrus/integration_test.sh2
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