mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
script/autobuild.py: export PYTHONUNBUFFERED=1
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 5a8d7a5446c23985a7dd3a9cb4856481b94931db)
This commit is contained in:
parent
a7273002e9
commit
5d964e1629
@ -15,6 +15,8 @@ from email.mime.multipart import MIMEMultipart
|
||||
from distutils.sysconfig import get_python_lib
|
||||
import platform
|
||||
|
||||
os.environ["PYTHONUNBUFFERED"] = "1"
|
||||
|
||||
# This speeds up testing remarkably.
|
||||
os.environ['TDB_NO_FSYNC'] = '1'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user