Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsradek committed Aug 19, 2024
1 parent 5185a30 commit b512cd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ else
printf 'The file "%s" is different from "%s"\n' "$result" "$expected"
printf '\n'
echo $(diff $result $expected)

printf '\n'
printf 'Expected:\n'
cat "$expected"
printf '\n'
printf 'Result:\n'
cat "$result"

exit 1
fi

0 comments on commit b512cd9

Please sign in to comment.