mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
changed shutils to shutil
This commit is contained in:
parent
2f9c6a8ae8
commit
a8e046e896
1 changed files with 2 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ valgrind_default_tests = "basic|cmfd_feed|confidence_intervals| \
|
|||
tally_assumesep|translation|uniform_fs|universe|void"
|
||||
|
||||
# Begin testing
|
||||
shutils.rmtree('build', ignore_errors=True)
|
||||
shutil.rmtree('build', ignore_errors=True)
|
||||
os.remove('ctestscript.run')
|
||||
call(['./cleanup'])
|
||||
for key in iter(tests):
|
||||
|
|
@ -250,6 +250,6 @@ for key in iter(tests):
|
|||
test.run_ctest()
|
||||
|
||||
# Clear build directory
|
||||
shutils.rmtree('build', ignore_errors=True)
|
||||
shutil.rmtree('build', ignore_errors=True)
|
||||
os.remove('ctestscript.run')
|
||||
call(['./cleanup'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue