Skip to content

Commit a9ae61a

Browse files
author
Tom Barnes
committed
fix tracing
1 parent 7db37c5 commit a9ae61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integration-tests/bash/lease.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ EOF
289289

290290
function makeLocalLeaseAndReplaceRemote {
291291
# TODO remote set +x/-x
292-
set +x
292+
set -x
293293
makeLocalLease
294294
if [ $? -ne 0 ]; then
295295
traceError "failed - could not generate a new local lease"
@@ -319,7 +319,7 @@ function makeLocalLeaseAndReplaceRemote {
319319
traceError "failed - replaced remote lease, but we somehow lost a race or can no longer communicate with kubernetes"
320320
return 1
321321
fi
322-
set -x
322+
set +x
323323
}
324324

325325
function getRemoteLease {

0 commit comments

Comments
 (0)