From db2e198ad240b75abb5a6105cce3b7fb1953f54f Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Sun, 20 Mar 2016 16:11:25 -0400 Subject: [PATCH] Ok reverting now that I got the output I needed. --- tests/run_tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/run_tests.py b/tests/run_tests.py index 28daae2587..48fc23d4af 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -195,9 +195,7 @@ class Test(object): os.environ['HDF5_ROOT'] = PHDF5_DIR else: os.environ['HDF5_ROOT'] = HDF5_DIR - # rc = call(['ctest', '-S', 'ctestscript.run','-V']) - rc = call(['ctest', '-S', 'ctestscript.run','-VV', - '--output-on-failure']) + rc = call(['ctest', '-S', 'ctestscript.run','-V']) if rc != 0: self.success = False self.msg = 'Failed on ctest script.'