gecko/testing/mozbase/mozprocess
Julien Pagès 339824172c Bug 794984 - [mozprocess] Add ability to separate stderr from stdout. r=ahal
A new parameter called 'processStderrLine' is added. When specified, stdout gets processed by the
'processOutputLine' callbacks and stderr is processed by the 'processStderrLine' callbacks. When
not specified, stderr is redirected to stdout which is the same default behaviour.

A side effect of this is that mozprocess now uses three threads to process output. One thread each
for stdout and stderr that reads output lines and stores them in a Queue as fast as possible, this
makes sure there is no blocking in stdout.write(). A third thread executes the callbacks.
2015-02-23 07:39:00 -05:00
..
mozprocess Bug 794984 - [mozprocess] Add ability to separate stderr from stdout. r=ahal 2015-02-23 07:39:00 -05:00
tests Bug 794984 - [mozprocess] Add ability to separate stderr from stdout. r=ahal 2015-02-23 07:39:00 -05:00
setup.py Bug 1051799 - [mozprocess] Bump mozprocess to 0.21. r=wlach. DONTBUILD 2014-08-11 11:36:01 -04:00