Skip to content

Commit c7a6d05

Browse files
committed
Add single quotes around migration test focus.
1 parent 0d5de8b commit c7a6d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/run-k8s-integration-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
6363
--num-nodes=3 --image-type=${image_type} --use-kubetest2=${use_kubetest2}"
6464

6565
if [ "$migration_test" = true ]; then
66-
base_cmd="${base_cmd} --migration-test=true --test-focus=${GCE_PD_TEST_FOCUS}"
66+
base_cmd="${base_cmd} --migration-test=true --test-focus='${GCE_PD_TEST_FOCUS}'"
6767
elif [ "$run_intree_plugin_tests" = true ]; then
6868
base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd'"
6969
else

test/run-k8s-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ -z "$gke_node_version" ]; then
7575
fi
7676

7777
if [ "$migration_test" = "true" ]; then
78-
base_cmd="${base_cmd} --migration-test=true --test-focus=${GCE_PD_TEST_FOCUS}"
78+
base_cmd="${base_cmd} --migration-test=true --test-focus='${GCE_PD_TEST_FOCUS}'"
7979
else
8080
base_cmd="${base_cmd} --test-focus='External.Storage'"
8181
fi

0 commit comments

Comments
 (0)