mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Ok reverting now that I got the output I needed.
This commit is contained in:
parent
1377b063d3
commit
db2e198ad2
1 changed files with 1 additions and 3 deletions
|
|
@ -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.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue