diff options
author | Brent Baude <bbaude@redhat.com> | 2020-03-12 13:45:56 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-03-12 13:45:56 -0500 |
commit | 194759b96eaf5ab06ac2883e3175bfc948aa6ddb (patch) | |
tree | e58b460f1a6342b15fa3a98dfbbd4872525ed817 | |
parent | 9c7481dbd1e6ea7e20ee03c85d4710c42ba81c6e (diff) | |
download | podman-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>
-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 |