From 421b6cf976a31adbc745310391da6dbcf1d36c64 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 2 Sep 2013 18:50:27 -0400 Subject: [PATCH] Show header for compilation tests. --- tests/run_tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/run_tests.py b/tests/run_tests.py index 265dac1e8c..c8bf122582 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -12,6 +12,10 @@ from nose_mpi import NoseMPI def run_compile(): + print('-'*17) + print('Compilation tests') + print('-'*17) + # clean up all previous executables openmc_exe = glob.glob(pwd + '/../src/openmc*') for exe in openmc_exe: