diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-22 07:53:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-22 07:53:41 +0000 |
commit | a9397b86492cb84c4a042772b6e87f69983a7d6a (patch) | |
tree | 7191d7a919e38c562a247b10ceb6daa280177ef9 /localedata/sort-test.sh | |
parent | 64f6b8f3cd1e02d26f29432bf0d077632b72f4a0 (diff) | |
download | glibc-a9397b86492cb84c4a042772b6e87f69983a7d6a.tar.gz glibc-a9397b86492cb84c4a042772b6e87f69983a7d6a.tar.xz glibc-a9397b86492cb84c4a042772b6e87f69983a7d6a.zip |
Improve error handling by printing more information.
Diffstat (limited to 'localedata/sort-test.sh')
-rw-r--r-- | localedata/sort-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh index c4a698b5b2..d47f20911f 100644 --- a/localedata/sort-test.sh +++ b/localedata/sort-test.sh @@ -26,6 +26,7 @@ for l in $lang; do if test $here -eq 0; then echo "$l OK" else + echo "$l FAIL" status=1 fi done |