Skip to content

Commit 52755fd

Browse files
committed
Review comment
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 65c0546 commit 52755fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scripts/e2e-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ run_ginkgo_suite() {
3838
# Tests not being run in parallel using Ginkgo
3939
E2E_NUM_PROCS=1 go test -v -timeout 45m "${pkg}" -ginkgo.v -ginkgo.fail-fast "-ginkgo.label-filter=${E2E_LABEL_FILTER}"
4040
else
41-
ginkgo run --procs=${E2E_NUM_PROCS} --timeout 45m -v --fail-fast "${pkg}"
41+
ginkgo run --procs="${E2E_NUM_PROCS}" --timeout 45m -v --fail-fast "${pkg}"
4242
fi
4343
}

0 commit comments

Comments
 (0)