[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.10-8-g3b15d73
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v3.10-8-g3b15d73 |
Date: |
Mon, 10 Apr 2023 10:23:00 -0400 (EDT) |
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 3b15d738978fb5e4a865f5f6e99a08e8fc840948 (commit)
from e4983bd587f318fb185ab8328587453abeee4c65 (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=3b15d738978fb5e4a865f5f6e99a08e8fc840948
commit 3b15d738978fb5e4a865f5f6e99a08e8fc840948
Author: Jim Meyering <meyering@fb.com>
Date: Mon Apr 10 07:22:25 2023 -0700
tests: skip y2038 test upon touch setup failure
* tests/y2038-vs-32-bit: Skip rather than fail, when
the touch -t 2039... setup fails. That command failed
on a solaris10 sparc build farm host.
diff --git a/tests/y2038-vs-32-bit b/tests/y2038-vs-32-bit
index 374f855..3d3e9ae 100755
--- a/tests/y2038-vs-32-bit
+++ b/tests/y2038-vs-32-bit
@@ -5,7 +5,7 @@
fail=0
echo text > in || framework_failure_
-touch -t 203901010000 in || framework_failure_
+touch -t 203901010000 in || skip_ 'touch -t 2039... failed'
grep t in > out 2> err || fail=1
compare in out || fail=1
compare /dev/null err || fail=1
-----------------------------------------------------------------------
Summary of changes:
tests/y2038-vs-32-bit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.10-8-g3b15d73,
Jim Meyering <=