From 9156e1f3d15ec8bac9890a80688f9ae6e924ff81 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 27 Dec 2012 00:45:58 +0000 Subject: Run the UI test unbuffered --- (limited to 'devbot') diff --git a/devbot/run.py b/devbot/run.py index 9bd2a25..3f09e89 100644 --- a/devbot/run.py +++ b/devbot/run.py @@ -53,7 +53,7 @@ def run_test(command, test_path, virtual=False): os.rmdir(temp_dir) try: - subprocess.check_call(["python", test_path]) + subprocess.check_call(["python", "-u", test_path]) result = True except subprocess.CalledProcessError: result = False -- cgit v0.9.1