[geany/geany] ac344e: Improve error log when a tag parser test fails

Colomban Wendling git-noreply at xxxxx
Sun Jun 23 18:15:51 UTC 2013


Branch:      refs/heads/ctags-tests
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 23 Jun 2013 18:15:51 UTC
Commit:      ac344e5d83b0b8cabfa429eaecafd93fd3ca350e
             https://github.com/geany/geany/commit/ac344e5d83b0b8cabfa429eaecafd93fd3ca350e

Log Message:
-----------
Improve error log when a tag parser test fails


Modified Paths:
--------------
    tests/ctags/runner.sh

Modified: tests/ctags/runner.sh
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list