From 5888e36b842ea94b8315c1eef93a70be1ffb199f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 18 Jun 2013 02:02:16 +0000 Subject: [PATCH] nicen up run_tests output a bit --- tools/run_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run_tests.py b/tools/run_tests.py index c49f61289..9627fbae3 100755 --- a/tools/run_tests.py +++ b/tools/run_tests.py @@ -138,6 +138,7 @@ def run_tests(toolset, tests, features, options, test_dir, time_limit): else: sys.stdout.write('X') sys.stdout.flush() + print '' return (toolset, results) def print_usage():