From 13bf9a240e418529fc683f8c53b681fe0575a005 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 09 Jan 2013 19:40:33 +0000 Subject: Force the UI tests to be unbuffered --- 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 -- cgit v0.9.1