summaryrefslogtreecommitdiff
path: root/t/parallel-tests-interrupt.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-interrupt.tap')
-rwxr-xr-xt/parallel-tests-interrupt.tap2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-interrupt.tap b/t/parallel-tests-interrupt.tap
index afc19568d..50b734e0f 100755
--- a/t/parallel-tests-interrupt.tap
+++ b/t/parallel-tests-interrupt.tap
@@ -30,7 +30,7 @@ END
cat > Makefile.am << 'END'
TESTS = foo.test
## Provide more debugging info.
-TEST_LOG_COMPILER = $(SHELL) -x
+TEST_LOG_COMPILER = $(SHELL) -ex
## Required by foo.test; see below.
AM_TESTS_FD_REDIRECT = 9>&1
END