diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 11:14:53 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 11:16:38 -0400 |
| commit | a9774e993f0eeda6e8bb64b50be449a3e1ebc81c (patch) | |
| tree | 95126ebbe52c8d686eddab2e150578122271d78c /tests/run.sh | |
| parent | 1f92a795880e9db158713e520c8fcbcaff301c9c (diff) | |
Try sorting dictionnary keys to keep order
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 |
