mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
Merge pull request #863 from adamdunkels/pr/faillog-fix
Travis fix: trigger failed tests correctly
This commit is contained in:
commit
a488ac16cc
@ -29,7 +29,7 @@
|
||||
TESTS=$(wildcard ??-*.csc)
|
||||
TESTLOGS=$(patsubst %.csc,%.testlog,$(TESTS))
|
||||
LOGS=$(patsubst %.csc,%.log,$(TESTS))
|
||||
FAILLOGS=$(patsubst %.csc,%.faillog,$(TESTS))
|
||||
FAILLOGS=$(patsubst %.csc,%.*.faillog,$(TESTS))
|
||||
#Set random seeds to create reproduceable results.
|
||||
RANDOMSEED=1 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user