Add test= True to the master so that thorium does not stack trace

This commit is contained in:
Thomas S Hatch 2017-01-24 10:03:53 -07:00
parent 5ff5e97598
commit 58a18e2b58

View file

@ -1341,6 +1341,7 @@ DEFAULT_MASTER_OPTS = {
'event_match_type': 'startswith',
'runner_returns': True,
'serial': 'msgpack',
'test': False,
'state_verbose': True,
'state_output': 'full',
'state_output_diff': False,