We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14e5adf + 11746bc commit 7066107Copy full SHA for 7066107
hack/make-rules/test-e2e-node.sh
@@ -165,7 +165,7 @@ else
165
echo 'No need to refresh sudo credentials'
166
else
167
echo 'Updating sudo credentials'
168
- sudo --validate || exit 1
+ sudo -v || exit 1
169
fi
170
171
# Do not use any network plugin by default. User could override the flags with
test/e2e_node/conformance/run_test.sh
@@ -34,7 +34,7 @@ elif sudo --non-interactive "$(which bash)" -c true 2> /dev/null; then
34
35
36
37
38
39
40
# FOCUS is ginkgo focus to select which tests to run. By default, FOCUS is
0 commit comments