We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b8697 commit a365d72Copy full SHA for a365d72
tests/run-tests.sh
@@ -88,7 +88,7 @@ while read -r number test_line; do
88
if ! diff -u3 results/"$number" "$TMP" > "$TMP2"; then
89
if [[ $update_tests_results = NO ]]; then
90
if [ "$show_details" = YES ]; then
91
- cat "$TMP2"
+ cat -t "$TMP2"
92
fi
93
echo "FAILED: [$number] $test_line"
94
else
0 commit comments