aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
diff options
context:
space:
mode:
authorRob Doolittle <rdoolittle@gmail.com>2017-05-22 14:47:42 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-24 20:00:47 +0300
commit56b41d1c7913c540a67e4fcdcd4c48505a59f9c7 (patch)
treeedba3f25583642e3039efa241a747c0523f61b12 /mesontest.py
parentd8d62a9353c2ca44ad3d8b87da0c5499bf79fbd7 (diff)
downloadmeson-56b41d1c7913c540a67e4fcdcd4c48505a59f9c7.zip
meson-56b41d1c7913c540a67e4fcdcd4c48505a59f9c7.tar.gz
meson-56b41d1c7913c540a67e4fcdcd4c48505a59f9c7.tar.bz2
mesontest: use unbuffered IO
This helps when running mesontest as part of CI.
Diffstat (limited to 'mesontest.py')
-rwxr-xr-xmesontest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py
index 9421c7f..62ddc72 100755
--- a/mesontest.py
+++ b/mesontest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python3 -u
# Copyright 2016 The Meson development team