Improve error log when a tag parser test fails

This commit is contained in:
Colomban Wendling 2013-06-23 20:15:51 +02:00
parent 8037fa5d10
commit ac344e5d83

View File

@ -22,4 +22,4 @@ source="${result%.*}"
tagfile="$TMPDIR/test.${source##*.}.tags"
"$GEANY" -c "$CONFDIR" -P -g "$tagfile" "$source" || exit 1
diff "$tagfile" "$result" || exit 2
diff -u "$result" "$tagfile" || exit 2