Enable timestamp'ed output
This commit is contained in:
parent
d55baf9bac
commit
4c281e2351
1 changed files with 3 additions and 0 deletions
|
@ -1093,6 +1093,9 @@ The parameters of the class are:
|
|||
self.extra_make_check_flags.append (util.Interpolate ("-j%(prop:jobs)s"))
|
||||
self.extra_make_check_flags.append (r'FORCE_PARALLEL=1')
|
||||
|
||||
# Enable timestamp'ed output
|
||||
self.extra_make_check_flags.append ('TS=1')
|
||||
|
||||
self.addStep (self.TestClass (self.make_command, self.extra_make_check_flags,
|
||||
self.test_env,
|
||||
doStepIf = scheduler_is_not_racy_do,
|
||||
|
|
Loading…
Reference in a new issue