We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdedff commit 6cb2585Copy full SHA for 6cb2585
hack/run-critest.sh
@@ -31,7 +31,7 @@ sleep 10
31
32
# Run e2e test cases
33
# Skip reopen container log test because docker doesn't support it.
34
-critest --skip="runtime should support reopening container log" --ginkgo-flags=--nodes=8 v
+critest -ginkgo.skip="runtime should support reopening container log" -ginkgo.parallel.total 8
35
36
# Run benchmark test cases
37
-critest b
+critest -benchmark
0 commit comments