Persist TestrunMessages and store timestamp
So far, the Testrun messages are in addition to the Tesstrun.output column
This commit is contained in:
@ -33,7 +33,7 @@ class Runner::Strategy
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def attach_to_execution(_command, _event_loop)
|
||||
def attach_to_execution(_command, _event_loop, _starting_time)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user