Skip to content

Commit 402ef59

Browse files
committed
Make visible detailed debugging
1 parent d76ec89 commit 402ef59

File tree

1 file changed

+1
-1
lines changed
  • src/integration-tests/bash

1 file changed

+1
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ function test_suite {
24862486

24872487
# entry point
24882488

2489-
if [ "${FOREGROUND:-false}" = "true" ] || [ "$JENKINS" = "true" ]; then
2489+
if [ "${FOREGROUND:-false}" = "true" ] || [ "$JENKINS" = "true" ] || [ "$WERCKER" = "true" ]; then
24902490
test_suite
24912491
else
24922492
export TESTOUT=/tmp/test_suite.out

0 commit comments

Comments
 (0)