Improve error handling by printing more information.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Aug 2000 07:53:41 +0000 (07:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Aug 2000 07:53:41 +0000 (07:53 +0000)
localedata/sort-test.sh

index c4a698b..d47f209 100644 (file)
@@ -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