]> sourceware.org Git - lvm2.git/commitdiff
Run tests in alphabetical (and thus stable across machines) order.
authorPetr Rockai <prokai@redhat.com>
Wed, 12 May 2010 11:59:46 +0000 (11:59 +0000)
committerPetr Rockai <prokai@redhat.com>
Wed, 12 May 2010 11:59:46 +0000 (11:59 +0000)
test/Makefile.in

index fecb614e26c4e6a7f92007f39e7d801428872c41..5a9a40c3e60cbb69849d0bb7b523bd3f98816861 100644 (file)
@@ -26,7 +26,7 @@ abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
 
 T ?= .
-RUN = $(shell find -regextype posix-egrep -name t-\*.sh -and -regex ".*($(T)).*")
+RUN = $(shell find -regextype posix-egrep -name t-\*.sh -and -regex ".*($(T)).*" | sort)
 
 # Shell quote;
 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
This page took 0.039506 seconds and 5 git commands to generate.