Improve error log when a tag parser test fails
This commit is contained in:
parent
8037fa5d10
commit
ac344e5d83
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user