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():