From 4dda53483e8be4d7a76a61ef027a857bba652953 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 3 Mar 2013 20:30:46 +0200 Subject: Simple test for OSX. --- run_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index 039712fd7..0a4e3e401 100755 --- a/run_tests.py +++ b/run_tests.py @@ -81,9 +81,9 @@ def run_tests(): os.mkdir(install_dir) except OSError: pass - print('Running common tests.') + print('\nRunning common tests.\n') [run_test(t) for t in commontests] - print('Running platform dependent tetss') + print('\nRunning platform dependent tests.\n') [run_test(t) for t in platformtests] if __name__ == '__main__': -- cgit v1.2.3