run commands without buffered I/O
A lot of the commands in this repo use zuul-cloner in a subprocess. Using unbuffered I/O causes the stderr from zuul-cloner to appear interleaved properly with the stdout from the main command. Change-Id: I87c2a6f49e9c9f307ebe42d23ee79cd6344573bf Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
c38706d85b
commit
bf8de9c316
1
tox.ini
1
tox.ini
@ -9,6 +9,7 @@ passenv=ZUUL_CACHE_DIR
|
|||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
|
PYTHONUNBUFFERED=1
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user