-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
I am not sure how hard it would be to implement but it would be nice if a user could list all the tests that reframe can find for all available systems in the configuration, possibly with some extra information about the system for each test in the output. Now the user would have to run reframe manually for each system:
reframe -c checks -C config.py -L --system=sys1
...
reframe -c checks -C config.py -L --system=sys2
...
Maybe we could add one more cli option to list all tests, not only the current system, -a?