freebsd-regression-test-suite: use comma-separated list for tests#21
freebsd-regression-test-suite: use comma-separated list for tests#21svmhdvn wants to merge 1 commit intomarkjdb:master-pythonfrom
Conversation
This makes it so much easier to write tooling on top of bricoler, due to very complicated shell space quoting rules.
|
I'm fine with it, but does this break any scripts using the old syntax? I think not? |
|
No, because there are no tests with |
No I mean, if someone has a script which runs with |
|
Sorry, never mind, it looks like there are 4+ tests with commas in them: I'll have to rethink this, in case someone wants to pass this in as a custom test. |
Yes this has backwards compatibility as well, |
What's your larger goal here? Maybe we can incorporate it more directly into bricoler somehow. |
This makes it so much easier to write tooling on top of bricoler, due to very complicated shell space quoting rules.