[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-857
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-857-gcbc3c53 |
Date: |
Fri, 08 Apr 2016 10:25:10 +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 cbc3c53aeab707ff855cc809a842f1ca667275b7 (commit)
via ea1b127de833a4ea0c9f7acca796bdac4051b6c2 (commit)
from d4f30d63e209ae74532b9a3fd2feb8baba085a3f (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=cbc3c53aeab707ff855cc809a842f1ca667275b7
commit cbc3c53aeab707ff855cc809a842f1ca667275b7
Merge: ea1b127 d4f30d6
Author: Arnold D. Robbins <address@hidden>
Date: Fri Apr 8 13:24:30 2016 +0300
Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into
gawk-4.1-stable
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=ea1b127de833a4ea0c9f7acca796bdac4051b6c2
commit ea1b127de833a4ea0c9f7acca796bdac4051b6c2
Author: Arnold D. Robbins <address@hidden>
Date: Fri Apr 8 13:23:13 2016 +0300
Fix watchpoint1 test to work out-of-tree.
diff --git a/test/ChangeLog b/test/ChangeLog
index bf40d8a..59e2689 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-08 Arnold D. Robbins <address@hidden>
+
+ * watchpoint1: Use $(srcdir) on input file so out-of-tree
+ builds can run the test suite.
+
2016-04-07 Arnold D. Robbins <address@hidden>
* clos1way2.ok, clos1way3.ok, clos1way4.ok: Updated after
diff --git a/test/Makefile.am b/test/Makefile.am
index 7be8d97..9eebba7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2129,7 +2129,7 @@ muldimposix::
watchpoint1:
@echo $@
- @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden address@hidden <
address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden
$(srcdir)/address@hidden < $(srcdir)/address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
# Targets generated for other tests:
diff --git a/test/Makefile.in b/test/Makefile.in
index b9b97de..d3e745a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2568,7 +2568,7 @@ muldimposix::
watchpoint1:
@echo $@
- @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden address@hidden <
address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden
$(srcdir)/address@hidden < $(srcdir)/address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/Makefile.am | 2 +-
test/Makefile.in | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
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-857-gcbc3c53,
Arnold Robbins <=