aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers.sh')
-rw-r--r--tests/helpers.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helpers.sh b/tests/helpers.sh
index adc9511..6e0c51c 100644
--- a/tests/helpers.sh
+++ b/tests/helpers.sh
@@ -43,6 +43,7 @@ function test_compile_error() {
if [[ $exit_code -eq 0 ]]; then
echo "expected to fail" >&2
+ cat expected >&2
exit 1
fi