gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-283


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2833-g3f5b8e5
Date: Sat, 11 Nov 2017 23:55:28 -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, gawk-4.2-stable has been updated
       via  3f5b8e508f0fcaba4447ed98193e2ea3b8560ad9 (commit)
      from  ad97d3d884136a2bad487283b3a212e5cbdecd40 (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=3f5b8e508f0fcaba4447ed98193e2ea3b8560ad9

commit 3f5b8e508f0fcaba4447ed98193e2ea3b8560ad9
Author: Juan Manuel Guerrero <address@hidden>
Date:   Sun Nov 12 06:54:50 2017 +0200

    Exclude DJGPP from the sigpipe1 test.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index bc1e3a3..51a71d9 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-11  Juan Manuel Guerrero  <address@hidden>
+
+       * pc/Makefile.tst (sigpipe1): Exclude DJGPP from the sigpipe1 test.
+
 2017-11-03  Juan Manuel Guerrero  <address@hidden>
 
        * Makefile (install1): Copy gawk.exe to awk.exe before copying
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 9c3ec14..3bbfcd7 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -2294,10 +2294,12 @@ sclifin:
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 sigpipe1:
-       @echo $@
-       @echo Expect sigpipe1 to fail with DJGPP.
-       @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
-       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+       @case `uname` in \
+       *MS-DOS*) echo This test fails on DJGPP --- skipping $@ ;; \
+       *) \
+       @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@ ; \
+       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ; \
+       esac
 
 sortempty:
        @echo $@

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

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


hooks/post-receive
-- 
gawk



reply via email to

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