gms-bbg / gamess-issues

GAMESS issue tracking
7 stars 1 forks source link

tests/rungms.py question - how to skip two input files in a folder? #62

Open ivr900 opened 2 years ago

ivr900 commented 2 years ago

When using rungms.py to run tests in a specific subdirectory within gamess/tests directory , how can I specify to skip two or more files?

It looks like ./tests/runtest.py --folder folder1 --skip_file string1--skip_file string2

runs all tests in folder1 except those which name containing string2, but completely ignoring directive "--skip_file string1", i.e., catching the last occurrence of --skip_file.

It would be nice to have an option to use --skip_file multiple times.