Skip to content

Commit 2a07104

Browse files
fix(e2e-node-tests): duplicate flag "--runtime-config" on run_remote.go
1 parent 4c24b93 commit 2a07104

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
@@ -202,7 +202,7 @@ if [ "${remote}" = true ] && [ "${remote_mode}" = gce ] ; then
202202
go run test/e2e_node/runner/remote/run_remote.go --vmodule=*=4 --ssh-env="gce" \
203203
--zone="${zone}" --project="${project}" --gubernator="${gubernator}" \
204204
--hosts="${hosts}" --images="${images}" --cleanup="${cleanup}" \
205-
--results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" --runtime-config="${runtime_config}" \
205+
--results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" \
206206
--image-project="${image_project}" --instance-name-prefix="${instance_prefix}" \
207207
--delete-instances="${delete_instances}" --test_args="${test_args}" --instance-metadata="${metadata}" \
208208
--image-config-file="${image_config_file}" --system-spec-name="${system_spec_name}" \

0 commit comments

Comments
 (0)