Closed
Bug 754297
Opened 13 years ago
Closed 13 years ago
add sys.stdout.flush() to sut_tools' scripts
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
Details
Attachments
(1 file)
942 bytes,
patch
|
bear
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
I added this to updateSUT.py at it is beneficial to get the output flushed instead of just getting the return code and no output.
I never figured out if it is because buildbot kills the job and prevents the script to flush its' output or because buildbot needs a minimum of data written into the buffer.
Attachment #623146 -
Flags: review?(bear)
Updated•13 years ago
|
Attachment #623146 -
Flags: review?(bear) → review+
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → armenzg
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 623146 [details] [diff] [review]
flush in case we get asked to die
http://hg.mozilla.org/build/tools/rev/f258181830f1
and deployed to all foopies.
Attachment #623146 -
Flags: checked-in+
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•