X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Frunalltests;h=c06481ef66f1f6b0f63773bd613ff33802c5df9f;hp=279ced53db1eaa5c25c778b2f56fc9fa2787050c;hb=88b2142594d5ea1e8385dae5eca81eed1018c555;hpb=92009746ef66e8a9a9dc6643845e839e0debaf18 diff --git a/test/runalltests b/test/runalltests index 279ced5..c06481e 100755 --- a/test/runalltests +++ b/test/runalltests @@ -5,7 +5,7 @@ failed=0 skipped=0 # Note that we ignore *~ files as these are probably editor backups -for i in `find tests -name 'test-*[!~]' -type f`; +for i in `find tests -name 'test-*[!~]' -type f | LC_ALL=C sort`; do ./runtest "$i" case $? in @@ -33,3 +33,5 @@ BEGIN { printf("%-12s %4d\n", "Total", sum); } ' + +exit `test "$failed" -eq 0`