CI script tests: order tests explicitly
This commit is contained in:
parent
45ef10ff64
commit
640fbd33b5
@ -1,5 +1,5 @@
|
||||
TESTS=$(wildcard ??-*.sh)
|
||||
TESTLOGS=$(patsubst %.sh,%.testlog,$(TESTS))
|
||||
TESTLOGS=$(sort $(patsubst %.sh,%.testlog,$(TESTS)))
|
||||
|
||||
CONTIKI=../..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user