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.
2 parents d80d4b5 + a365d72 commit 52f9282Copy full SHA for 52f9282
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