Enable timestamp'ed output

This commit is contained in:
Sergio Durigan Junior 2018-11-26 12:19:54 -05:00
parent d55baf9bac
commit 4c281e2351

View file

@ -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,