Skip to content

Commit ab1413c

Browse files
authored
Merge pull request kubernetes#81551 from odinuge/gce-typo
Fix GCE typo in test output
2 parents fd724db + 4f31d32 commit ab1413c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if [ "${remote}" = true ] ; then
156156
else
157157
# Refresh sudo credentials if needed
158158
if ping -c 1 -q metadata.google.internal &> /dev/null; then
159-
echo 'Running on CGE, not asking for sudo credentials'
159+
echo 'Running on GCE, not asking for sudo credentials'
160160
elif sudo --non-interactive "$(which bash)" -c true 2> /dev/null; then
161161
# if we can run bash without a password, it's a pretty safe bet that either
162162
# we can run any command without a password, or that sudo credentials

test/e2e_node/conformance/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# Refresh sudo credentials if needed
2828
if ping -c 1 -q metadata.google.internal &> /dev/null; then
29-
echo 'Running on CGE, not asking for sudo credentials'
29+
echo 'Running on GCE, not asking for sudo credentials'
3030
elif sudo --non-interactive "$(which bash)" -c true 2> /dev/null; then
3131
# if we can run bash without a password, it's a pretty safe bet that either
3232
# we can run any command without a password, or that sudo credentials

0 commit comments

Comments
 (0)