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:
parent
685d9e615b
commit
d74800fd23
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user