[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: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3115-g44ae208 |
Date: |
Sat, 12 May 2018 05:44:54 -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 44ae20850eb17be3df23e12840d81ceca3e6588e (commit)
from ea667a1da1bc9bb8fc5c17e0ada65daa3ce2d015 (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=44ae20850eb17be3df23e12840d81ceca3e6588e
commit 44ae20850eb17be3df23e12840d81ceca3e6588e
Author: Eli Zaretskii <address@hidden>
Date: Sat May 12 12:44:14 2018 +0300
Fix a typo in the readfile test.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index e19a155..e62150a 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-12 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (readfile): Fix a typo.
+
2018-05-05 Eli Zaretskii <address@hidden>
* GenMakefileTst.awk (substitutions): Replace the literal slash in
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 93c8b44..5725faa 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -858,7 +858,7 @@ ordchr2::
readfile::
@echo $@
@$(AWK) -l readfile 'BEGIN {printf "%s",
readfile("$(srcdir)/Makefile.am")}' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) "$(srcdir)/Makefile.am" _$@ && rm -f _$@ || cp -p Makefile
address@hidden
+ @-$(CMP) "$(srcdir)/Makefile.am" _$@ && rm -f _$@ || cp -p
"$(srcdir)/Makefile.am" address@hidden
readfile2::
@echo $@
diff --git a/test/ChangeLog b/test/ChangeLog
index 10fca69..9c55a48 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-12 Eli Zaretskii <address@hidden>
+
+ * Makefile.am (readfile): Fix a typo.
+
2018-05-10 Arnold D. Robbins <address@hidden>
* Makefile.am (readfile): Use $(srcdir)/Makefile.am as the
diff --git a/test/Makefile.am b/test/Makefile.am
index 6c69b38..61b98c2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1944,7 +1944,7 @@ ordchr2::
readfile::
@echo $@
@$(AWK) -l readfile 'BEGIN {printf "%s",
readfile("$(srcdir)/Makefile.am")}' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) "$(srcdir)/Makefile.am" _$@ && rm -f _$@ || cp -p Makefile
address@hidden
+ @-$(CMP) "$(srcdir)/Makefile.am" _$@ && rm -f _$@ || cp -p
"$(srcdir)/Makefile.am" address@hidden
readfile2::
@echo $@
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile.tst | 2 +-
test/ChangeLog | 4 ++++
test/Makefile.am | 2 +-
4 files changed, 10 insertions(+), 2 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-3115-g44ae208,
Eli Zaretskii <=