lanl / Pavilion

HPC testing harness
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Specify specific test from large yaml to run with run_test_suite #24

Closed cadejager closed 7 years ago

cadejager commented 8 years ago

When submitting a YAML file via ‘pav run_test_suite’ it would be nice if we could specify as well the specific test within the YAML file to run, instead of all of them. This helps when trying to debug some tests without having to create a separate YAML file for one-off testing.

The idea would be to run a test as follows:

$ pav run_test_suite my_big_test_file.yaml -t $NAME_OF_SPECIFIC_TEST_TO_RUN_ONLY

cadejager commented 7 years ago

Commit 4c58ab25b2c5d2a3504e633f43dcde6566ab5833 hopefully adds this feature.

cadejager commented 7 years ago

This fix is now in master.