We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44749c3 + 342e33b commit e68d03cCopy full SHA for e68d03c
test/run-k8s-integration-ci.sh
@@ -37,9 +37,9 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
37
--num-nodes=3 --image-type=${image_type}"
38
39
if [ "$run_intree_plugin_tests" = true ]; then
40
- base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd"
+ base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd'"
41
else
42
- base_cmd="${base_cmd} --test-focus='External.Storage"
+ base_cmd="${base_cmd} --test-focus='External.Storage'"
43
fi
44
45
if [ "$use_gke_managed_driver" = false ]; then
0 commit comments