diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-11 07:42:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-11 07:42:56 +0300 |
commit | a4b59faf911743b30f2e6e979c4f9c1ea0669ac3 (patch) | |
tree | 791ab0367daf278db6ac32ca25a52a8b4e7da18e /test | |
parent | 46b7e9eaf81d136b72f53daecc98305f6af68108 (diff) | |
parent | 976f73ab03569bb836aa5c949be1c1cc973b2d2e (diff) | |
download | egawk-a4b59faf911743b30f2e6e979c4f9c1ea0669ac3.tar.gz egawk-a4b59faf911743b30f2e6e979c4f9c1ea0669ac3.tar.bz2 egawk-a4b59faf911743b30f2e6e979c4f9c1ea0669ac3.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 6 | ||||
-rw-r--r-- | test/Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.in | 4 |
3 files changed, 14 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 4d4db2fd..6d4cd1c2 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,9 @@ +2014-04-11 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (charset-msg-start): Add a warning message that tests + may fail without adequate locale support, per request from + Nelson H.F. Beebe. + 2014-04-08 Arnold D. Robbins <arnold@skeeve.com> * 4.1.1: Release tar ball made. diff --git a/test/Makefile.am b/test/Makefile.am index b0827077..238f2ed7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1145,6 +1145,10 @@ machine-msg-end: 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 **" + @echo "** have inadequate or missing locale support **" + @echo "************************************************" charset-msg-end: @echo "======== Done with tests that can vary based on character set or locale support ========" diff --git a/test/Makefile.in b/test/Makefile.in index acc274b0..0831c597 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1572,6 +1572,10 @@ machine-msg-end: 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 **" + @echo "** have inadequate or missing locale support **" + @echo "************************************************" charset-msg-end: @echo "======== Done with tests that can vary based on character set or locale support ========" |