File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66# Main: See 'function main' below.
77#
88
9+ set -x
10+
911function usage {
1012cat << EOF
1113
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ integration-test:
141141 # - finally, run.sh will periodically try renew the lease as it runs (using $LEASE_ID)
142142 # - if run.sh fails when it tries to renew the lease (as something else took it, etc), it will exit early
143143 # - when run.sh exits, it will try release the lease if it's still the owner...
144+ set -x
144145 export LEASE_ID="${WERCKER_STEP_ID}-pid$$"
145146 echo @@
146147 echo @@ "Obtaining lease!"
@@ -154,10 +155,10 @@ integration-test:
154155 echo @@ "Current lease owner (if any):"
155156 $WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -s
156157 echo @@
157- set -x
158158 echo @@ "About to try obtain lease:"
159159 $WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -o "$LEASE_ID" -t $((100 * 60))
160160 echo @@
161+ set +x
161162
162163 # create pull secrets
163164 echo @@ "Creating pull secrets"
You can’t perform that action at this time.
0 commit comments