[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-291
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2911-g77f429c |
Date: |
Thu, 1 Feb 2018 02:07:16 -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 77f429c6b5b0781645b9ee19e7f4369e0fe113a1 (commit)
from 4671bc0a324834d6bc0a5709076679692434161a (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=77f429c6b5b0781645b9ee19e7f4369e0fe113a1
commit 77f429c6b5b0781645b9ee19e7f4369e0fe113a1
Author: Arnold D. Robbins <address@hidden>
Date: Thu Feb 1 09:06:16 2018 +0200
Improve locale independence of the tests.
diff --git a/test/ChangeLog b/test/ChangeLog
index 5025848..c5c0f7e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-01 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (AWK): Move LANGUAGE= to here instead of
+ having it in individual tests.
+
2018-01-24 John E. Malmberg <address@hidden>
* lintold.awk: Minor change to allow test to run on
diff --git a/test/Makefile.am b/test/Makefile.am
index 1ef5260..b0b2baa 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1355,7 +1355,7 @@ VALGRIND =
#
# And we set AWKLIBPATH to find the extension libraries we built.
-LOCALES = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C}
+LOCALES = LANGUAGE= LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C}
AWK = $(LOCALES) AWKLIBPATH=../extension/.libs $(VALGRIND) $(AWKPROG)
# Message stuff is to make it a little easier to follow.
@@ -2466,7 +2466,7 @@ nonfatal1:
nlstringtest::
@echo $@
- @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE= ; \
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 ; \
AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)" >_$@ 2>&1 ||
echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
diff --git a/test/Makefile.in b/test/Makefile.in
index aa0d765..1a64147 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1610,7 +1610,7 @@ VALGRIND =
#
# And we set AWKLIBPATH to find the extension libraries we built.
-LOCALES = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C}
+LOCALES = LANGUAGE= LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C}
all: all-am
.SUFFIXES:
@@ -2902,7 +2902,7 @@ nonfatal1:
nlstringtest::
@echo $@
- @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE= ; \
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 ; \
AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)" >_$@ 2>&1 ||
echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
Gt-dummy:
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/Makefile.am | 4 ++--
test/Makefile.in | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2911-g77f429c,
Arnold Robbins <=