1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Run tests in alphabetical (and thus stable across machines) order.

This commit is contained in:
Petr Rockai 2010-05-12 11:59:46 +00:00
parent 685d9e615b
commit d74800fd23

View 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))