From a9397b86492cb84c4a042772b6e87f69983a7d6a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Aug 2000 07:53:41 +0000 Subject: Improve error handling by printing more information. --- localedata/sort-test.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3