Skip to content

Commit dff7c58

Browse files
saschagrunertSergeyKanzhelev
authored andcommitted
Make ginkgo less verbose
Cherry-pick of #1984 Fixes ginkgo v2.28.1 reporter panic with --ginkgo.vv
1 parent a8e3c29 commit dff7c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
--ginkgo.randomize-all \
101101
--ginkgo.timeout=2m \
102102
--ginkgo.trace \
103-
--ginkgo.vv
103+
--ginkgo.v
104104
TEST_RC=$?
105105
set -o errexit
106106

0 commit comments

Comments
 (0)