From: markus schnalke Date: Tue, 27 Oct 2015 21:30:30 +0000 (+0100) Subject: Run the tests in defined (i.e. sorted) order X-Git-Tag: mmh-0.2~20 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d1ddea31fec698bedc7f1c67e040f8568d843ee9;hp=196ab2784742130c5863aab2eeb7f8a1194b1b96 Run the tests in defined (i.e. sorted) order --- diff --git a/test/runalltests b/test/runalltests index a4a7269..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