We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c0546 commit 52755fdCopy full SHA for 52755fd
1 file changed
test/scripts/e2e-common.sh
@@ -38,6 +38,6 @@ run_ginkgo_suite() {
38
# Tests not being run in parallel using Ginkgo
39
E2E_NUM_PROCS=1 go test -v -timeout 45m "${pkg}" -ginkgo.v -ginkgo.fail-fast "-ginkgo.label-filter=${E2E_LABEL_FILTER}"
40
else
41
- ginkgo run --procs=${E2E_NUM_PROCS} --timeout 45m -v --fail-fast "${pkg}"
+ ginkgo run --procs="${E2E_NUM_PROCS}" --timeout 45m -v --fail-fast "${pkg}"
42
fi
43
}
0 commit comments