From e044421ff36c9dbf33edf188bdd36e64eb513063 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Thu, 22 Aug 2013 19:03:28 -0400 Subject: [PATCH] added newline at end of file --- tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_tests.py b/tests/run_tests.py index 03a9d99350..b2f29f01c0 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -177,6 +177,6 @@ else: sys.stdout.write('\ngfortran-MPI-PETSC-HDF5-OPTIMIZE tests...') if result_gfortran_phdf5_petsc_opt: - sys.stdout.write(BOLD + OK + '[OK]' + ENDC) + sys.stdout.write(BOLD + OK + '[OK]' + ENDC, '\n') else: sys.stdout.write(BOLD + FAIL + '[FAILED]' + ENDC + '\n')