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-722


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-722-g397423c
Date: Thu, 25 Jun 2015 20:05: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  397423c7a0709fce5abd1c7a5d55411b9a170267 (commit)
      from  ab40bfaf0bab83d15fee1082e6fa4bdd775f7021 (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=397423c7a0709fce5abd1c7a5d55411b9a170267

commit 397423c7a0709fce5abd1c7a5d55411b9a170267
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jun 25 23:04:57 2015 +0300

    Fix negtime test to run out-of-tree.

diff --git a/test/ChangeLog b/test/ChangeLog
index a9d130c..cc7576e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-25         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (negtime): Fix out-of-tree test run.
+
 2015-06-17         Andrew J. Schorr     <address@hidden>
 
        * inplace1.ok, inplace2.ok, inplace3.ok: Update line number in error
diff --git a/test/Makefile.am b/test/Makefile.am
index 02c0aaa..5e72014 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2074,7 +2074,7 @@ paramasfunc2::
 negtime::
        @echo $@
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
-       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk address@hidden _$@ && 
rm -f _$@
+       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 # Targets generated for other tests:
 include Maketests
diff --git a/test/Makefile.in b/test/Makefile.in
index 9d51a3d..0116f3a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2511,7 +2511,7 @@ paramasfunc2::
 negtime::
        @echo $@
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
-       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk address@hidden _$@ && 
rm -f _$@
+       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
 Gt-dummy:
 # file Maketests, generated from Makefile.am by the Gentests program
 addcomma:

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

Summary of changes:
 test/ChangeLog   |    4 ++++
 test/Makefile.am |    2 +-
 test/Makefile.in |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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