diff options
Diffstat (limited to 'tests/run.sh')
| -rwxr-xr-x | tests/run.sh | 4 |
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 |
