This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Libtool".
The branch, master has been updated via ae816aced1e09adaf38a8d938f226db1cc27e79c (commit) from d15b321427c8b7dca0347ac56525cb64bde07ddc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae816aced1e09adaf38a8d938f226db1cc27e79c Author: Pavel Raiskup <prais...@redhat.com> Date: Mon Nov 30 07:06:56 2015 +0100 gl-tests: make the failure more readable * gl/tests/test-funclib-quote.sh (_compare_or_error): Put $1 into error output, not having it like that was my mistake. ----------------------------------------------------------------------- Summary of changes: gl/tests/test-funclib-quote.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gl/tests/test-funclib-quote.sh b/gl/tests/test-funclib-quote.sh index 7669a44..60be152 100755 --- a/gl/tests/test-funclib-quote.sh +++ b/gl/tests/test-funclib-quote.sh @@ -25,7 +25,7 @@ all_shells_script=$0 _compare_or_error () { - _G_msg="strings differ: + _G_msg="$1: strings differ: a: $2 b: $3" test "$2" = "$3" || all_shells_error "$_G_msg" hooks/post-receive -- GNU Libtool