[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-372
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3727-g0d7cd18 |
Date: |
Tue, 7 May 2019 00:08:26 -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 "gawk".
The branch, gawk-5.0-stable has been updated
via 0d7cd18beb566c1ce1965f4412e1c09f1dc8feb2 (commit)
from 98c0e68100e8d41dee98750cc36b53dcf5ba76aa (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.sv.gnu.org/cgit/gawk.git/commit/?id=0d7cd18beb566c1ce1965f4412e1c09f1dc8feb2
commit 0d7cd18beb566c1ce1965f4412e1c09f1dc8feb2
Author: Arnold D. Robbins <address@hidden>
Date: Tue May 7 07:07:57 2019 +0300
Finish handling sandbox tests.
diff --git a/test/ChangeLog b/test/ChangeLog
index c3d7475..9032753 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-07 Arnold D. Robbins <address@hidden>
+
+ * Gentests: Finish handlinig NEED_SANDBOX.
+
2019-05-06 Arnold D. Robbins <address@hidden>
* Makefile.am (EXTRA_DIST): New test: sandbox1.
diff --git a/test/Gentests b/test/Gentests
index 9f51b92..78833f0 100755
--- a/test/Gentests
+++ b/test/Gentests
@@ -285,6 +285,9 @@ END {
for (x in traditional)
if (!(x in targets))
printf "WARNING: --traditional target `%s' is
missing.\n", x > "/dev/stderr"
+ for (x in sandbox)
+ if (!(x in targets))
+ printf "WARNING: --sandbox target `%s' is missing.\n",
x > "/dev/stderr"
for (x in pretty)
if (!(x in targets))
printf "WARNING: --pretty-print target `%s' is
missing.\n", x > "/dev/stderr"
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Gentests | 3 +++
2 files changed, 7 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3727-g0d7cd18,
Arnold Robbins <=