CI script tests: order tests explicitly

This commit is contained in:
Simon Duquennoy 2017-11-14 10:00:37 +01:00
parent 45ef10ff64
commit 640fbd33b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TESTS=$(wildcard ??-*.sh)
TESTLOGS=$(patsubst %.sh,%.testlog,$(TESTS))
TESTLOGS=$(sort $(patsubst %.sh,%.testlog,$(TESTS)))
CONTIKI=../..