[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5994-gbc5cd58b
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5994-gbc5cd58b |
Date: |
Tue, 25 Feb 2025 04:36:31 -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 "gawk".
The branch, feature/minrx has been updated
via bc5cd58bf2c9333e1f7ca927b378113919e83389 (commit)
from 22843a49a8b2a930733a711b976302756f8006ba (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=bc5cd58bf2c9333e1f7ca927b378113919e83389
commit bc5cd58bf2c9333e1f7ca927b378113919e83389
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Feb 25 11:36:11 2025 +0200
Fixed test/Maketests.
diff --git a/test/Maketests b/test/Maketests
index fc3f8ece..7cb88e68 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1,5 +1,10 @@
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
+regexpuparrow:
+ @echo $@
+ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1
|| echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
addcomma:
@echo $@
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1
|| echo EXIT CODE: $$? >>_$@
@@ -992,11 +997,6 @@ regexprange:
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE:
$$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-regexpuparrow:
- @echo $@
- @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1
|| echo EXIT CODE: $$? >>_$@
- @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
regrange:
@echo $@ $(ZOS_FAIL)
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE:
$$? >>_$@
-----------------------------------------------------------------------
Summary of changes:
test/Maketests | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5994-gbc5cd58b,
Arnold Robbins <=