Skip to content

Commit 52f9282

Browse files
authored
Merge pull request chubin#269 from chubin/invisible-fail
Show non-printable chars in failed tests
2 parents d80d4b5 + a365d72 commit 52f9282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ while read -r number test_line; do
8888
if ! diff -u3 results/"$number" "$TMP" > "$TMP2"; then
8989
if [[ $update_tests_results = NO ]]; then
9090
if [ "$show_details" = YES ]; then
91-
cat "$TMP2"
91+
cat -t "$TMP2"
9292
fi
9393
echo "FAILED: [$number] $test_line"
9494
else

0 commit comments

Comments
 (0)