grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.6.3-20-g0e5bbad


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.3-20-g0e5bbad
Date: Tue, 06 Apr 2010 17:20:52 +0000

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 "grep".

The branch, master has been updated
       via  0e5bbad31257779b602a350ce205817944741e02 (commit)
      from  f95776680cc4c150fa213f8d59218c2e44cf0e21 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=0e5bbad31257779b602a350ce205817944741e02


commit 0e5bbad31257779b602a350ce205817944741e02
Author: Jim Meyering <address@hidden>
Date:   Mon Apr 5 16:24:29 2010 +0200

    tests: pull fixed init.sh from gnulib
    
    * tests/init.sh: Update from gnulib.

diff --git a/tests/init.sh b/tests/init.sh
index be018f2..3e3ea44 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -102,12 +102,12 @@ Exit () { set +e; (exit $1); exit $1; }
 # of TESTS_ENVIRONMENT in your tests/Makefile.am file.
 # This is useful when using automake's parallel tests mode, to print
 # the reason for skip/failure to console, rather than to the .log files.
-${stderr_fileno_=2}
+: ${stderr_fileno_=2}
 
 warn_() { echo "$@" 1>&$stderr_fileno_; }
 fail_() { warn_ "$ME_: failed test: $@"; Exit 1; }
 skip_() { warn_ "$ME_: skipped test: $@"; Exit 77; }
-framework_failure_() { echo "$ME_: set-up failure: $@" 1>&2; Exit 1; }
+framework_failure_() { warn_ "$ME_: set-up failure: $@"; Exit 1; }
 
 # This is a stub function that is run upon trap (upon regular exit and
 # interrupt).  Override it with a per-test function, e.g., to unmount

-----------------------------------------------------------------------

Summary of changes:
 tests/init.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]