File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/e2e_node/conformance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ if [ "${remote}" = true ] ; then
156
156
else
157
157
# Refresh sudo credentials if needed
158
158
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'
160
160
elif sudo --non-interactive " $( which bash) " -c true 2> /dev/null; then
161
161
# if we can run bash without a password, it's a pretty safe bet that either
162
162
# we can run any command without a password, or that sudo credentials
Original file line number Diff line number Diff line change 26
26
27
27
# Refresh sudo credentials if needed
28
28
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'
30
30
elif sudo --non-interactive " $( which bash) " -c true 2> /dev/null; then
31
31
# if we can run bash without a password, it's a pretty safe bet that either
32
32
# we can run any command without a password, or that sudo credentials
You can’t perform that action at this time.
0 commit comments