From 1b93e2c5cc1db57368bc3ce79b4721c58089e5b6 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 14 Nov 2017 09:59:24 +0100 Subject: [PATCH] CI simualtion tests: order tests explicitly --- tests/Makefile.simulation-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.simulation-test b/tests/Makefile.simulation-test index acea7913e..b1cc23b15 100644 --- a/tests/Makefile.simulation-test +++ b/tests/Makefile.simulation-test @@ -27,7 +27,7 @@ TESTS=$(wildcard ??-*.csc) -TESTLOGS=$(patsubst %.csc,%.testlog,$(TESTS)) +TESTLOGS=$(sort $(patsubst %.csc,%.testlog,$(TESTS))) # The random seed to start from BASESEED ?= 1