Skip to content

Commit

Permalink
Travis: use a single random seed rather than two. As a result, a sing…
Browse files Browse the repository at this point in the history
…le failed simulation results in overall failure
  • Loading branch information
simonduq committed Apr 23, 2016
1 parent f8c4d11 commit 753a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests/Makefile.simulation-test
Original file line number Diff line number Diff line change
Expand Up @@ -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=../..

Expand Down

0 comments on commit 753a557

Please sign in to comment.