Revert "Flush stdout before running setup.py."

This reverts commit bd633609ff.

We now set PYTHONUNBUFFERED in the buildbot environment.
This commit is contained in:
Florian Bruhin 2015-01-23 21:11:46 +01:00
parent d16ac8f3ce
commit b86aa9061a

View File

@ -267,8 +267,6 @@ def main():
if not restored:
create_venv()
# buildbot seems to show output in the wrong order sometimes?!
sys.stdout.flush()
utils.print_title("Calling: setup.py develop")
venv_python('setup.py', 'develop')