mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
Travis: use a single random seed rather than two. As a result, a single failed simulation results in overall failure
This commit is contained in:
@@ -31,7 +31,7 @@ TESTLOGS=$(patsubst %.csc,%.testlog,$(TESTS))
|
||||
LOGS=$(patsubst %.csc,%.log,$(TESTS))
|
||||
FAILLOGS=$(patsubst %.csc,%.*.faillog,$(TESTS))
|
||||
#Set random seeds to create reproduceable results.
|
||||
RANDOMSEED=1 5
|
||||
RANDOMSEED=1
|
||||
|
||||
CONTIKI=../..
|
||||
|
||||
|
Reference in New Issue
Block a user