aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-05-21 14:37:58 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-05-21 14:37:58 +0300
commitb8a83849a4871b5ecb186d2bb60e2541a75910ac (patch)
tree0a7753bf42b8faf0608962d27e9eb26713a82bb9
parentc9a018c38fa4ff9abf4976398921f315be37b881 (diff)
downloadegawk-b8a83849a4871b5ecb186d2bb60e2541a75910ac.tar.gz
egawk-b8a83849a4871b5ecb186d2bb60e2541a75910ac.tar.bz2
egawk-b8a83849a4871b5ecb186d2bb60e2541a75910ac.zip
Improve error message if inadequate locale support.
-rw-r--r--test/ChangeLog3
-rw-r--r--test/Makefile.am3
-rw-r--r--test/Makefile.in3
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index be92aac9..ca868bfc 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -3,6 +3,9 @@
* fts.awk: Really remove atime from the output.
This avoids spurious failures on heavily loaded systems.
+ * Makefile.am: Add list of needed locales to "inadequate locale
+ support" message.
+
2015-05-19 Arnold D. Robbins <arnold@skeeve.com>
* 4.1.3: Release tar ball made.
diff --git a/test/Makefile.am b/test/Makefile.am
index 8838b700..4a66a1fa 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1156,6 +1156,7 @@ charset-tests-all:
$(MAKE) charset-msg-start charset-tests charset-msg-end; \
else \
echo %%%%%%%%%% Inadequate locale support: skipping charset tests. ; \
+ echo %%%%%%%%%% At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are needed. ; \
fi
charset-tests: $(LOCALE_CHARSET_TESTS)
@@ -1222,7 +1223,7 @@ charset-msg-start:
@echo "======== Starting tests that can vary based on character set or locale support ========"
@echo "**************************************************************************"
@echo "* Some or all of these tests may fail if you have inadequate or missing *"
- @echo "* locale support At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are *"
+ @echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are *"
@echo "* needed. However, if you see this message, the Makefile thinks you have *"
@echo "* what you need ... *"
@echo "**************************************************************************"
diff --git a/test/Makefile.in b/test/Makefile.in
index 4c0fd9e1..98175bf7 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1596,6 +1596,7 @@ charset-tests-all:
$(MAKE) charset-msg-start charset-tests charset-msg-end; \
else \
echo %%%%%%%%%% Inadequate locale support: skipping charset tests. ; \
+ echo %%%%%%%%%% At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are needed. ; \
fi
charset-tests: $(LOCALE_CHARSET_TESTS)
@@ -1662,7 +1663,7 @@ charset-msg-start:
@echo "======== Starting tests that can vary based on character set or locale support ========"
@echo "**************************************************************************"
@echo "* Some or all of these tests may fail if you have inadequate or missing *"
- @echo "* locale support At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are *"
+ @echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are *"
@echo "* needed. However, if you see this message, the Makefile thinks you have *"
@echo "* what you need ... *"
@echo "**************************************************************************"