mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Make sure tests run if none are specified.
This commit is contained in:
parent
421b6cf976
commit
71296f4dd3
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ sys.path.append(pwd)
|
|||
if len(sys.argv) > 1:
|
||||
flags = [i for i in sys.argv[1:] if i.startswith('-')]
|
||||
tests = [i for i in sys.argv[1:] if not i.startswith('-')]
|
||||
else:
|
||||
if not tests:
|
||||
flags = []
|
||||
tests = ['compile', 'gfortran', 'gfortran-dbg', 'gfortran-opt',
|
||||
'gfortran-hdf5', 'gfortran-mpi', 'gfortran-phdf5',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue