[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5780-gb7b9118e
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5780-gb7b9118e |
Date: |
Thu, 19 Sep 2024 11:26:49 -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/minrx has been updated
via b7b9118e5277f6bd192d3c8bf2ce3426c7350d60 (commit)
from 1a2def5568d21d65b06f6dee4e05b9aed93b7cdf (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=b7b9118e5277f6bd192d3c8bf2ce3426c7350d60
commit b7b9118e5277f6bd192d3c8bf2ce3426c7350d60
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Sep 19 18:26:31 2024 +0300
Update test/Maketests.
diff --git a/test/Maketests b/test/Maketests
index 82c4be29..f73abe37 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -987,14 +987,14 @@ regexpbrack2:
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1
|| echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-regexpuparrow:
+regexprange:
@echo $@
- @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1
|| echo EXIT CODE: $$? >>_$@
+ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE:
$$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-regexprange:
+regexpuparrow:
@echo $@
- @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE:
$$? >>_$@
+ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1
|| echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
regrange:
-----------------------------------------------------------------------
Summary of changes:
test/Maketests | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5780-gb7b9118e,
Arnold Robbins <=