Closed
Description
Currently it is impossible to pass any arguments to a test suite that is run via new-test
since they are interpreted as targets (regardless of how many --
you add in between).
There is the question of what should happen if multiple test suites are run. Personally, I would prefer if the arguments are just passed to all of them in that case but I’m also fine with an error or whatever else as long as I have the possibility to specify the test suite explicitly.