mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
added better regex for log file
This commit is contained in:
parent
3e060d5793
commit
0ac10fbc1e
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ for key in iter(tests):
|
|||
test.run_ctest()
|
||||
|
||||
# Copy over log file
|
||||
logfile = glob.glob('build/Testing/Temporary/LastTest*.log')
|
||||
logfile = glob.glob('build/Testing/Temporary/LastTest_*.log')
|
||||
shutil.copy(logfile[0], 'LastTest_{0}.log'.format(test.name))
|
||||
|
||||
# Clear build directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue