Skip to content

Commit 8fec2fb

Browse files
committed
Try again
1 parent b63dc68 commit 8fec2fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wercker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,16 @@ integration-test:
159159
160160
# integration tests
161161
set -x
162-
local exit_code=$($WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh)
163-
set +x
162+
$WERCKER_SOURCE_DIR/src/integration-tests/bash/run.sh
163+
local exit_code=$?
164164
165165
# clean up
166166
yum clean all
167167
168168
# store the artifacts so we can download them easily
169169
tar czvf ${WERCKER_REPORT_ARTIFACTS_DIR}/integration-test-data.tar.gz /pipeline/output/*
170170
171+
set +x
171172
exit ${exit_code}
172173
173174

0 commit comments

Comments
 (0)