File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
63
63
--num-nodes=3 --image-type=${image_type} --use-kubetest2=${use_kubetest2} "
64
64
65
65
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} ' "
67
67
elif [ " $run_intree_plugin_tests " = true ]; then
68
68
base_cmd=" ${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd'"
69
69
else
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if [ -z "$gke_node_version" ]; then
75
75
fi
76
76
77
77
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} ' "
79
79
else
80
80
base_cmd=" ${base_cmd} --test-focus='External.Storage'"
81
81
fi
You can’t perform that action at this time.
0 commit comments