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.
1 parent 7db37c5 commit a9ae61aCopy full SHA for a9ae61a
src/integration-tests/bash/lease.sh
@@ -289,7 +289,7 @@ EOF
289
290
function makeLocalLeaseAndReplaceRemote {
291
# TODO remote set +x/-x
292
- set +x
+ set -x
293
makeLocalLease
294
if [ $? -ne 0 ]; then
295
traceError "failed - could not generate a new local lease"
@@ -319,7 +319,7 @@ function makeLocalLeaseAndReplaceRemote {
319
traceError "failed - replaced remote lease, but we somehow lost a race or can no longer communicate with kubernetes"
320
return 1
321
fi
322
- set -x
+ set +x
323
}
324
325
function getRemoteLease {
0 commit comments