File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if [ "$use_kubetest2" = true ]; then
34
34
go install sigs.k8s.io/kubetest2/kubetest2-tester-ginkgo@latest;
35
35
fi
36
36
37
- base_cmd= " ${PKGDIR} /bin/k8s-integration-test \
37
+ ${PKGDIR} /bin/k8s-integration-test \
38
38
--run-in-prow=true \
39
39
--service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
40
40
--boskos-resource-type=${boskos_resource_type} \
@@ -53,6 +53,4 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
53
53
--storageclass-files=sc-windows.yaml \
54
54
--snapshotclass-file=pd-volumesnapshotclass.yaml \
55
55
--test-focus=' External.Storage' \
56
- --use-kubetest2=${use_kubetest2} "
57
-
58
- eval " $base_cmd "
56
+ --use-kubetest2=${use_kubetest2}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ readonly GCE_PD_TEST_FOCUS="PersistentVolumes\sGCEPD|[V|v]olume\sexpand|\[sig-st
41
41
42
42
# TODO(#167): Enable reconstructions tests
43
43
44
- base_cmd= " ${PKGDIR} /bin/k8s-integration-test \
44
+ ${PKGDIR} /bin/k8s-integration-test \
45
45
--run-in-prow=true \
46
46
--service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
47
47
--boskos-resource-type=${boskos_resource_type} \
@@ -61,6 +61,4 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
61
61
--storageclass-files=sc-windows.yaml \
62
62
--snapshotclass-file=pd-volumesnapshotclass.yaml \
63
63
--test-focus=${GCE_PD_TEST_FOCUS} \
64
- --use-kubetest2=${use_kubetest2} "
65
-
66
- eval " $base_cmd "
64
+ --use-kubetest2=${use_kubetest2}
You can’t perform that action at this time.
0 commit comments