Skip to content

Commit

Permalink
Fix test runner command
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Sep 6, 2024
1 parent 7486467 commit 3061832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind-cluster/e2e
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ wget https://storage.googleapis.com/kubernetes-release/release/$K8S_VERSION/${K8
&& gunzip kubernetes-test-linux-amd64.tar.gz && tar -xvf kubernetes-test-linux-amd64.tar --overwrite \
&& kubernetes/test/bin/ginkgo -nodes=$NODES -focus='External.Storage.*csi.quobyte.com.*' \
-skip='\[Disruptive\]' \
kubernetes/test/bin/e2e.test -- -storage.testdriver="$E2E_TEST_CONFIG_PATH" -kubeconfig="${KUBECONFIG}" 2>&1 | tee "$TESTS_LOGS_PASTH"
kubernetes/test/bin/e2e.test -- -storage.testdriver="$E2E_TEST_CONFIG_PATH" -kubeconfig="${KUBECONFIG}" 2>&1 | tee "$TESTS_LOGS_PATH"

0 comments on commit 3061832

Please sign in to comment.