fbp-spec icon indicating copy to clipboard operation
fbp-spec copied to clipboard

Specifying files via glob only runs first file

Open bergie opened this issue 8 years ago • 1 comments

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 avatar Mar 22 '17 16:03 bergie

Just tried, and this is still the case in 0.5.0

bergie avatar Nov 17 '17 13:11 bergie