Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/run.py')
-rw-r--r--devbot/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/run.py b/devbot/run.py
index bbb1576..caf9bad 100644
--- a/devbot/run.py
+++ b/devbot/run.py
@@ -51,7 +51,7 @@ def run_test(test_cmd, test_path):
os.rmdir(temp_dir)
try:
- command.run(["python", test_path])
+ command.run(["python", "-u", test_path])
result = True
except subprocess.CalledProcessError:
result = False