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 6
6
# Main: See 'function main' below.
7
7
#
8
8
9
+ set -x
10
+
9
11
function usage {
10
12
cat << EOF
11
13
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ integration-test:
141
141
# - finally, run.sh will periodically try renew the lease as it runs (using $LEASE_ID)
142
142
# - if run.sh fails when it tries to renew the lease (as something else took it, etc), it will exit early
143
143
# - when run.sh exits, it will try release the lease if it's still the owner...
144
+ set -x
144
145
export LEASE_ID="${WERCKER_STEP_ID}-pid$$"
145
146
echo @@
146
147
echo @@ "Obtaining lease!"
@@ -154,10 +155,10 @@ integration-test:
154
155
echo @@ "Current lease owner (if any):"
155
156
$WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -s
156
157
echo @@
157
- set -x
158
158
echo @@ "About to try obtain lease:"
159
159
$WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -o "$LEASE_ID" -t $((100 * 60))
160
160
echo @@
161
+ set +x
161
162
162
163
# create pull secrets
163
164
echo @@ "Creating pull secrets"
You can’t perform that action at this time.
0 commit comments