CI simualtion tests: order tests explicitly
This commit is contained in:
parent
b4c4c740fa
commit
1b93e2c5cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user