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.1-stable, updated. gawk-4.1.0-673


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-673-g2762b8f
Date: Sat, 25 Apr 2015 18:37:01 +0000

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.1-stable has been updated
       via  2762b8ff355e33ede7bcd71efbaf076b54a4e43b (commit)
      from  114f39dd4a1b6da85feb34eb1452811a5e3f6728 (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=2762b8ff355e33ede7bcd71efbaf076b54a4e43b

commit 2762b8ff355e33ede7bcd71efbaf076b54a4e43b
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Apr 25 21:36:40 2015 +0300

    Small fix in pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index b6ecad8..d551696 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-22         Scott Deifik  <address@hidden>
+
+       * Makefile.tst: Don't do 'make diffout' after pass-fail.
+       * negtime: Add expect failure for DJGPP.
+
 2015-04-17  Eli Zaretskii  <address@hidden>
 
        * testoutcmp.awk (END): Attempt a series of massages on the actual
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 0e837a7..7f57973 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -250,8 +250,8 @@ check:      msg \
        machine-msg-start machine-tests machine-msg-end \
        charset-tests-all \
        shlib-msg-start  shlib-tests     shlib-msg-end \
-       mpfr-msg-start   mpfr-tests      mpfr-msg-end
-       @$(MAKE) pass-fail || { $(MAKE) diffout; exit 1; }
+       mpfr-msg-start   mpfr-tests      mpfr-msg-end \
+       pass-fail
 
 basic: $(BASIC_TESTS)
 
@@ -1231,7 +1231,7 @@ paramasfunc2::
 
 negtime::
        @echo $@
-       @echo Expect negtime to fail with MinGW
+       @echo Expect negtime to fail with MinGW and DJGPP
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 Gt-dummy:

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

Summary of changes:
 pc/ChangeLog    |    5 +++++
 pc/Makefile.tst |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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