gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2789-g82d1a1


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2789-g82d1a11
Date: Sun, 1 Oct 2017 15:30:24 -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, master has been updated
       via  82d1a1125fcc334bbae88b395ad461ee3173c52e (commit)
      from  161ab89bfe117326be4452eaca2bd7b268cf4b08 (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=82d1a1125fcc334bbae88b395ad461ee3173c52e

commit 82d1a1125fcc334bbae88b395ad461ee3173c52e
Author: Scott Deifik <address@hidden>
Date:   Sun Oct 1 22:29:40 2017 +0300

    Another minor fix for pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 1b9e50b..c53b027 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-01  Scott Deifik  <address@hidden>
+
+       * Makefile.tst (readdir_test): Announce a possible MinGW failure.
+
 2017-09-20  Eli Zaretskii  <address@hidden>
 
        * Makefile.tst (jarebug): Don't announce a MinGW failure.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index a3db5e6..b0686fe 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1191,6 +1191,7 @@ readdir:
 
 readdir_test:
        @echo $@
+       @echo This test may fail on MinGW if $(LS) does not report full Windows 
file index as the inode
        @$(AWK) -lreaddir -F$(SLASH) '{printf "[%s] [%s] [%s] [%s]\n", $$1, 
$$2, $$3, $$4}' "$(top_srcdir)" > address@hidden
        @$(AWK) -lreaddir_test '{printf "[%s] [%s] [%s] [%s]\n", $$1, $$2, $$3, 
$$4}' "$(top_srcdir)" > _$@
        @-$(CMP) address@hidden _$@ && rm -f address@hidden _$@

-----------------------------------------------------------------------

Summary of changes:
 pc/ChangeLog    | 4 ++++
 pc/Makefile.tst | 1 +
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]