From ac344e5d83b0b8cabfa429eaecafd93fd3ca350e Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 23 Jun 2013 20:15:51 +0200 Subject: [PATCH] Improve error log when a tag parser test fails --- tests/ctags/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ctags/runner.sh b/tests/ctags/runner.sh index 609e09009..dc81e4e2b 100755 --- a/tests/ctags/runner.sh +++ b/tests/ctags/runner.sh @@ -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 -- 2.11.4.GIT