From 4f31d322a4583d70b486866c4c7037c8c3a7d877 Mon Sep 17 00:00:00 2001 From: Odin Ugedal Date: Sat, 17 Aug 2019 13:11:19 +0200 Subject: [PATCH] Fix GCE typo in test output --- hack/make-rules/test-e2e-node.sh | 2 +- test/e2e_node/conformance/run_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/make-rules/test-e2e-node.sh b/hack/make-rules/test-e2e-node.sh index ec8f663a994..870b051f221 100755 --- a/hack/make-rules/test-e2e-node.sh +++ b/hack/make-rules/test-e2e-node.sh @@ -156,7 +156,7 @@ if [ "${remote}" = true ] ; then else # Refresh sudo credentials if needed if ping -c 1 -q metadata.google.internal &> /dev/null; then - echo 'Running on CGE, not asking for sudo credentials' + echo 'Running on GCE, not asking for sudo credentials' elif sudo --non-interactive "$(which bash)" -c true 2> /dev/null; then # if we can run bash without a password, it's a pretty safe bet that either # we can run any command without a password, or that sudo credentials diff --git a/test/e2e_node/conformance/run_test.sh b/test/e2e_node/conformance/run_test.sh index b33ffa7007b..9256bc96bea 100755 --- a/test/e2e_node/conformance/run_test.sh +++ b/test/e2e_node/conformance/run_test.sh @@ -26,7 +26,7 @@ # Refresh sudo credentials if needed if ping -c 1 -q metadata.google.internal &> /dev/null; then - echo 'Running on CGE, not asking for sudo credentials' + echo 'Running on GCE, not asking for sudo credentials' elif sudo --non-interactive "$(which bash)" -c true 2> /dev/null; then # if we can run bash without a password, it's a pretty safe bet that either # we can run any command without a password, or that sudo credentials