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-98-g2098503


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.3-98-g2098503
Date: Wed, 08 Sep 2010 10:04:58 +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  20985033d0f22f4e7b719fb1be6ce47768c8c575 (commit)
       via  47a04e6fc73a67144bfd883fc3d18064f8409687 (commit)
      from  a65a94f613bc67c0d5c0a103e705481d3c2d11a3 (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=20985033d0f22f4e7b719fb1be6ce47768c8c575


commit 20985033d0f22f4e7b719fb1be6ce47768c8c575
Author: Jim Meyering <address@hidden>
Date:   Wed Sep 8 12:00:46 2010 +0200

    tests/portability: avoid spurious failure with OpenBSD's /bin/sh
    
    * tests/warn-char-classes: Don't use "set -x" here.  It causes
    a spurious test failure on openbsd 4.7 when using its /bin/sh,
    since the command, /bin/sh -xc 'P=1 : 2> err' emits "P=1" into err.
    To enable set -x, run the test with "VERBOSE=yes", e.g.,
    make check -C tests TESTS=warn-char-classes VERBOSE=yes

diff --git a/tests/warn-char-classes b/tests/warn-char-classes
index 25bf640..8cc6563 100644
--- a/tests/warn-char-classes
+++ b/tests/warn-char-classes
@@ -2,8 +2,6 @@
 # Use of any --include or --exclude* option would segfault in 2.6 and 2.6.1
 . "${srcdir=.}/init.sh"; path_prepend_ ../src
 
-set -x
-
 echo f > x || framework_failure_
 echo b >> x || framework_failure_
 echo h >> x || framework_failure_

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=47a04e6fc73a67144bfd883fc3d18064f8409687


commit 20985033d0f22f4e7b719fb1be6ce47768c8c575
Author: Jim Meyering <address@hidden>
Date:   Wed Sep 8 12:00:46 2010 +0200

    tests/portability: avoid spurious failure with OpenBSD's /bin/sh
    
    * tests/warn-char-classes: Don't use "set -x" here.  It causes
    a spurious test failure on openbsd 4.7 when using its /bin/sh,
    since the command, /bin/sh -xc 'P=1 : 2> err' emits "P=1" into err.
    To enable set -x, run the test with "VERBOSE=yes", e.g.,
    make check -C tests TESTS=warn-char-classes VERBOSE=yes

diff --git a/tests/warn-char-classes b/tests/warn-char-classes
index 25bf640..8cc6563 100644
--- a/tests/warn-char-classes
+++ b/tests/warn-char-classes
@@ -2,8 +2,6 @@
 # Use of any --include or --exclude* option would segfault in 2.6 and 2.6.1
 . "${srcdir=.}/init.sh"; path_prepend_ ../src
 
-set -x
-
 echo f > x || framework_failure_
 echo b >> x || framework_failure_
 echo h >> x || framework_failure_

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

Summary of changes:
 gnulib                  |    2 +-
 tests/warn-char-classes |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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