DescriptionFix rebaseline-o-matic logging
readline blocks, so reading stdout, then stderr doesn't make any
sense because we'll block on each on. So if we print only to one
of them, we'll just wait until the process completes.
Also, simplify the readline loop in RebaselineOMatic to just
use readline instead of poll. That way it avoids missing any
output between the last poll and when the process finishes.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176146
Patch Set 1 #Patch Set 2 : cleanup #Patch Set 3 : merge to ToT #Patch Set 4 : fix git cl #Messages
Total messages: 5 (0 generated)
|