Skip to content

Commit b613a5c

Browse files
authored
Merge pull request kubernetes#127597 from bouaouda-achraf/e2e-test-duplicate-param-runtime-config
fix(e2e-node-tests): duplicate flag "--runtime-config" when calling run_remote.go on test-e2e-node.sh
2 parents 5e56e96 + 2a07104 commit b613a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-rules/test-e2e-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ if [ "${remote}" = true ] && [ "${remote_mode}" = gce ] ; then
210210
go run test/e2e_node/runner/remote/run_remote.go --vmodule=*=4 --ssh-env="gce" \
211211
--zone="${zone}" --project="${project}" --gubernator="${gubernator}" \
212212
--hosts="${hosts}" --images="${images}" --cleanup="${cleanup}" \
213-
--results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" --runtime-config="${runtime_config}" \
213+
--results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" \
214214
--image-project="${image_project}" --instance-name-prefix="${instance_prefix}" \
215215
--delete-instances="${delete_instances}" --test_args="${test_args}" --instance-metadata="${metadata}" \
216216
--image-config-file="${image_config_file}" --system-spec-name="${system_spec_name}" \

0 commit comments

Comments
 (0)