chore: update locales & changelog

This commit is contained in:
Stéphane Lesimple
2020-09-05 17:35:10 +02:00
parent daec1295aa
commit fb67ee4ab5
8 changed files with 26 additions and 25 deletions

View File

@@ -6,5 +6,5 @@ for i in rs*.bash; do
allfailed=$((allfailed + ret))
done
echo Failed $allfailed tests
[ $allfailed -ge 256 ] allfailed=255
[ $allfailed -ge 256 ] && allfailed=255
exit $allfailed