diff options
-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 |