[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-872
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-872-gb3b3265 |
Date: |
Sat, 23 Apr 2016 08:32:42 +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 b3b326510806ebb2459bd6d3f17213e4748bcce0 (commit)
from f6d6da33b2df6dc4d5a4dee4b7805937b5701d7a (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=b3b326510806ebb2459bd6d3f17213e4748bcce0
commit b3b326510806ebb2459bd6d3f17213e4748bcce0
Author: Eli Zaretskii <address@hidden>
Date: Sat Apr 23 11:31:39 2016 +0300
Allow the test suite to proceed when "pty1" fails.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 309369b..56417a7 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-23 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (pty1): Ignore errors (happens with MinGW).
+
2016-04-17 Scott Deifik <address@hidden>
* Makefile.tst: Sync with mainline.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 9d0cfdc..966bde4 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1271,7 +1271,7 @@ watchpoint1:
pty1:
@echo $@
@echo Expect pty1 to fail with DJGPP and MinGW.
- @case `uname` in \
+ @-case `uname` in \
*[Oo][Ss]/390*) : ;; \
*) AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@ ; \
$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ;; \
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile.tst | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-872-gb3b3265,
Eli Zaretskii <=