mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Hack to see why CI tests are failing
This commit is contained in:
parent
8b2c515ea6
commit
967622305c
1 changed files with 3 additions and 0 deletions
|
|
@ -509,4 +509,7 @@ for test in tests:
|
||||||
print(' '*len(test)+tests[test].msg)
|
print(' '*len(test)+tests[test].msg)
|
||||||
return_code = 1
|
return_code = 1
|
||||||
|
|
||||||
|
with open(logfilename) as fh:
|
||||||
|
print(fh.read())
|
||||||
|
|
||||||
sys.exit(return_code)
|
sys.exit(return_code)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue