Travis: use a single random seed rather than two. As a result, a single failed simulation results in overall failure

master-31012017
Simon Duquennoy 2016-04-23 07:58:06 +02:00
parent f8c4d1155f
commit 753a557903
1 changed files with 1 additions and 1 deletions

View File

@ -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=../..