From e2eb9b24b7bd0d476f98c4f7d3956fb065fa525f Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Wed, 12 May 2010 11:59:46 +0000 Subject: [PATCH] Run tests in alphabetical (and thus stable across machines) order. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index fecb614e2..5a9a40c3e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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)) -- 2.43.5