[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3056-gab9303d |
Date: |
Sun, 8 Apr 2018 12:12:15 -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, feature/improve-tests has been updated
via ab9303df3b6dd294def562cffd0789c7bcc1835b (commit)
from 410a08ba70d54c3a896a0f6bf9649e690323de06 (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=ab9303df3b6dd294def562cffd0789c7bcc1835b
commit ab9303df3b6dd294def562cffd0789c7bcc1835b
Author: Arnold D. Robbins <address@hidden>
Date: Sun Apr 8 19:11:58 2018 +0300
Additional consistency is some of the tests.
diff --git a/test/ChangeLog b/test/ChangeLog
index cbc218c..4e06ac8 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-08 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (manyfiles, pid): Use echo $@ to echo test name.
+
2018-04-05 Arnold D. Robbins <address@hidden>
* Gentests: Add support for tests needing --debug and
diff --git a/test/Makefile.am b/test/Makefile.am
index e2a9a28..b98d724 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1558,7 +1558,7 @@ regtest::
AWK=$(AWKPROG) "$(srcdir)"/regtest.sh
manyfiles::
- @echo manyfiles
+ @echo $@
@rm -rf junk
@mkdir junk
@$(AWK) 'BEGIN { for (i = 1; i <= 1030; i++) print i, i}' >_$@
@@ -1631,7 +1631,7 @@ tweakfld::
# AIX /bin/sh exec's the last command in a list, therefore issue a ":"
# command so that pid.sh is fork'ed as a child before being exec'ed.
pid::
- @echo pid
+ @echo $@
@AWKPATH="$(srcdir)" AWK=$(AWKPROG) $(SHELL) "$(srcdir)"/pid.sh $$$$ >
_`basename address@hidden ; :
@-$(CMP) "$(srcdir)"/pid.ok _`basename address@hidden && rm -f
_`basename address@hidden
diff --git a/test/Makefile.in b/test/Makefile.in
index 4e5cfb7..84a19e9 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1999,7 +1999,7 @@ regtest::
AWK=$(AWKPROG) "$(srcdir)"/regtest.sh
manyfiles::
- @echo manyfiles
+ @echo $@
@rm -rf junk
@mkdir junk
@$(AWK) 'BEGIN { for (i = 1; i <= 1030; i++) print i, i}' >_$@
@@ -2072,7 +2072,7 @@ tweakfld::
# AIX /bin/sh exec's the last command in a list, therefore issue a ":"
# command so that pid.sh is fork'ed as a child before being exec'ed.
pid::
- @echo pid
+ @echo $@
@AWKPATH="$(srcdir)" AWK=$(AWKPROG) $(SHELL) "$(srcdir)"/pid.sh $$$$ >
_`basename address@hidden ; :
@-$(CMP) "$(srcdir)"/pid.ok _`basename address@hidden && rm -f
_`basename address@hidden
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Makefile.am | 4 ++--
test/Makefile.in | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3056-gab9303d,
Arnold Robbins <=