mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user