aboutsummaryrefslogtreecommitdiff
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index a0eced4..3691700 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -39,6 +39,10 @@ do
then
echo "========== Diff =========="
echo -e "${diff_out}"
+ echo "========== Original =========="
+ cat "${expectations}"
+ echo "========== Test Output =========="
+ cat "${out}"
clean
exit 1
fi