From 2a07104757bdd63e298ff13f243c24d0efac0275 Mon Sep 17 00:00:00 2001 From: ACHRAF BOUAOUDA <33317417+bouaouda-achraf@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:26:43 +0200 Subject: [PATCH] fix(e2e-node-tests): duplicate flag "--runtime-config" on run_remote.go --- hack/make-rules/test-e2e-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make-rules/test-e2e-node.sh b/hack/make-rules/test-e2e-node.sh index 9cc11eacff8..197a86f5c7c 100755 --- a/hack/make-rules/test-e2e-node.sh +++ b/hack/make-rules/test-e2e-node.sh @@ -202,7 +202,7 @@ if [ "${remote}" = true ] && [ "${remote_mode}" = gce ] ; then go run test/e2e_node/runner/remote/run_remote.go --vmodule=*=4 --ssh-env="gce" \ --zone="${zone}" --project="${project}" --gubernator="${gubernator}" \ --hosts="${hosts}" --images="${images}" --cleanup="${cleanup}" \ - --results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" --runtime-config="${runtime_config}" \ + --results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" \ --image-project="${image_project}" --instance-name-prefix="${instance_prefix}" \ --delete-instances="${delete_instances}" --test_args="${test_args}" --instance-metadata="${metadata}" \ --image-config-file="${image_config_file}" --system-spec-name="${system_spec_name}" \