[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, egtests, updated. gawk-4.1.0-4415-g09e58b97
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, egtests, updated. gawk-4.1.0-4415-g09e58b97 |
Date: |
Sat, 30 Apr 2022 17:32:22 -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, egtests has been updated
via 09e58b97cf22cc4325a70c037963fa1c0063e03a (commit)
from 17ccc9a46771ee141d2be44081e10091ed0eb0e5 (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=09e58b97cf22cc4325a70c037963fa1c0063e03a
commit 09e58b97cf22cc4325a70c037963fa1c0063e03a
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Sat Apr 30 23:31:33 2022 +0200
modified for arrayorder (was arraymax)
diff --git a/egtests/ChangeLog b/egtests/ChangeLog
index 4369e99f..250aa66a 100644
--- a/egtests/ChangeLog
+++ b/egtests/ChangeLog
@@ -1,7 +1,9 @@
+2022-04-30 Antonio Giovanni Colombo <azc100@gmail.com>
+ * egtest: Updated for arrayorder.
+
2021-06-24 Antonio Giovanni Colombo <azc100@gmail.com>
* egtest: Updated for isnumeric.
-
2021-05-19 Antonio Giovanni Colombo <azc100@gmail.com>
* info.txt: Updated.
* info.html: Updated.
diff --git a/egtests/egtest b/egtests/egtest
index 9d5e3e4f..9e41fec8 100755
--- a/egtests/egtest
+++ b/egtests/egtest
@@ -65,21 +65,21 @@ do_anagram() {
gawk -f anagram.awk /usr/share/dict/words | grep '^com'
}
-do_arraymax() {
+do_arrayorder() {
echo "*"
- echo "cat $miscdir/arraymax.data"
- cat $miscdir/arraymax.data
+ echo "cat $miscdir/arrayorder.data"
+ cat $miscdir/arrayorder.data
echo "*"
echo "* in the output, the written numbers should be in order"
echo "*"
- echo "gawk -f arraymax.awk $miscdir/arraymax.data"
- gawk -f arraymax.awk $miscdir/arraymax.data
+ echo "gawk -f arrayorder.awk $miscdir/arrayorder.data"
+ gawk -f arrayorder.awk $miscdir/arrayorder.data
}
-do_arraymax_data() {
+do_arrayorder_data() {
echo "*"
- echo "* Tested by arraymax.awk"
- do_arraymax
+ echo "* Tested by arrayorder.awk"
+ do_arrayorder
}
do_assert() {
-----------------------------------------------------------------------
Summary of changes:
egtests/ChangeLog | 4 +++-
egtests/egtest | 16 ++++++++--------
2 files changed, 11 insertions(+), 9 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, egtests, updated. gawk-4.1.0-4415-g09e58b97,
Antonio Giovanni Colombo <=