]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
testsuite: Sort tests.
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Sep 2011 21:08:56 +0000 (23:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Oct 2011 19:22:53 +0000 (21:22 +0200)
This guarantees that the tests are run in numerical order.

t/makefile.test

index d4aedf8035b1645da0b0fcb532e814d5d7ef10d6..4bbc5d72edb0adfd2b997d667bac2d67de2f72b6 100644 (file)
@@ -15,7 +15,7 @@ ifdef V
        endif
 endif
 
-tests := $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh)
+tests := $(sort $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh))
 
 test: $(tests)