mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941506 - Output a message on tbpl summary box when autoclobbering. r=gps
This commit is contained in:
parent
ed21041c7b
commit
64afb86fb7
@ -180,6 +180,8 @@ def main(args, env, cwd, fh=sys.stderr):
|
||||
required, performed, message = clobber.maybe_do_clobber(cwd, auto, fh)
|
||||
|
||||
if not required or performed:
|
||||
if performed and env.get('TINDERBOX_OUTPUT'):
|
||||
print('TinderboxPrint: auto clobber')
|
||||
return 0
|
||||
|
||||
print(message, file=fh)
|
||||
|
Loading…
Reference in New Issue
Block a user