grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.3-48-g8b4600a


From: Jim Meyering
Subject: grep branch, master, updated. v3.3-48-g8b4600a
Date: Thu, 26 Dec 2019 21:59:16 -0500 (EST)

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  8b4600ae3bd95643ab3b288e065a330578dc33ac (commit)
      from  d25ca0bed7c8b55d6a4834c6f9edb1c849545328 (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=8b4600ae3bd95643ab3b288e065a330578dc33ac


commit 8b4600ae3bd95643ab3b288e065a330578dc33ac
Author: Jim Meyering <address@hidden>
Date:   Thu Dec 26 18:58:44 2019 -0800

    tests: avoid spurious failure due to 1-second timeout
    
    * tests/grep-dev-null-out: Use a 10-second timeout, rather than
    a 1-second one.  This avoids false failure on slow systems.
    Reported by Assaf Gordon in
    https://lists.gnu.org/r/grep-devel/2019-12/msg00018.html

diff --git a/tests/grep-dev-null-out b/tests/grep-dev-null-out
index c8128d5..397a3f1 100755
--- a/tests/grep-dev-null-out
+++ b/tests/grep-dev-null-out
@@ -6,7 +6,7 @@
 require_timeout_
 
 ${AWK-awk} 'BEGIN {while (1) print "x"}' </dev/null |
-  returns_ 124 timeout 1 grep x >/dev/null || fail=1
+  returns_ 124 timeout 10 grep x >/dev/null || fail=1
 
 echo abc | grep b >>/dev/null || fail=1
 

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

Summary of changes:
 tests/grep-dev-null-out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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