flowbased / fbp-spec

Data-driven testing of FBP components and graphs
MIT License
32 stars 4 forks source link

Specifying files via glob only runs first file #95

Open bergie opened 7 years ago

bergie commented 7 years ago

If you run fbp-spec with:

$ fbp-spec --command "<cmd>" --address "<addr>" --secret foo spec/*.yaml

it only runs the first suite.

Workaround is to only specify dir:

$ fbp-spec --command "<cmd>" --address "<addr>" --secret foo spec
bergie commented 6 years ago

Just tried, and this is still the case in 0.5.0