Improved readability of diff output for bugfixes-test.sh

v0.27.3
vog 14 years ago
parent 4fda7ac1e0
commit 2a7fa8b157

@ -220,5 +220,5 @@ rc=$?
if [ $rc -eq 0 ] ; then if [ $rc -eq 0 ] ; then
echo "All testcases passed." echo "All testcases passed."
else else
diff $results-stripped $good diff -u $good $results-stripped
fi fi

Loading…
Cancel
Save