From 640fbd33b59a90ef444087fd02f620ce60939908 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 14 Nov 2017 10:00:37 +0100 Subject: [PATCH] CI script tests: order tests explicitly --- tests/Makefile.script-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.script-test b/tests/Makefile.script-test index a14523fe4..26d60737f 100644 --- a/tests/Makefile.script-test +++ b/tests/Makefile.script-test @@ -1,5 +1,5 @@ TESTS=$(wildcard ??-*.sh) -TESTLOGS=$(patsubst %.sh,%.testlog,$(TESTS)) +TESTLOGS=$(sort $(patsubst %.sh,%.testlog,$(TESTS))) CONTIKI=../..