Skip to content

Commit e68d03c

Browse files
authored
Merge pull request #630 from saikat-royc/fix-test-ci
Fix ci scipt focus string
2 parents 44749c3 + 342e33b commit e68d03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run-k8s-integration-ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
3737
--num-nodes=3 --image-type=${image_type}"
3838

3939
if [ "$run_intree_plugin_tests" = true ]; then
40-
base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd"
40+
base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd'"
4141
else
42-
base_cmd="${base_cmd} --test-focus='External.Storage"
42+
base_cmd="${base_cmd} --test-focus='External.Storage'"
4343
fi
4444

4545
if [ "$use_gke_managed_driver" = false ]; then

0 commit comments

Comments
 (0)