From 342e33b774b4a1aee60b6905afd00bc706197647 Mon Sep 17 00:00:00 2001 From: Saikat Roychowdhury Date: Sat, 10 Oct 2020 18:43:43 +0000 Subject: [PATCH] Fix ci scipt focus string --- test/run-k8s-integration-ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run-k8s-integration-ci.sh b/test/run-k8s-integration-ci.sh index fe6c5ab29..cd245588f 100755 --- a/test/run-k8s-integration-ci.sh +++ b/test/run-k8s-integration-ci.sh @@ -37,9 +37,9 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \ --num-nodes=3 --image-type=${image_type}" if [ "$run_intree_plugin_tests" = true ]; then - base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd" + base_cmd="${base_cmd} --test-focus='External.Storage|In-tree.*Driver.*gcepd'" else - base_cmd="${base_cmd} --test-focus='External.Storage" + base_cmd="${base_cmd} --test-focus='External.Storage'" fi if [ "$use_gke_managed_driver" = false ]; then