diff options
Diffstat (limited to 'localedata/tst-locale.sh')
-rwxr-xr-x | localedata/tst-locale.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index 4d503114ee..5aa43e069f 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -40,6 +40,8 @@ test_locale () echo "Charmap: \"${charmap}\" Inputfile: \"${input}\"" \ "Outputdir: \"${out}\" failed" exit 1 + else + echo "locale $out generated succesfully" fi } @@ -49,6 +51,8 @@ test_locale tests/test2.cm tests/test2.def test2 test_locale tests/test3.cm tests/test3.def test3 test_locale tests/test4.cm tests/test4.def test4 test_locale tests/test5.cm tests/test5.def test5 tests/test5.ds +test_locale tests/test6.cm tests/test6.def test6 tests/test6.ds +test_locale tests/test7.cm tests/test4.def test7 exit 0 |