If you run fbp-spec with: ```bash $ fbp-spec --command "<cmd>" --address "<addr>" --secret foo spec/*.yaml ``` it only runs the first suite. Workaround is to only specify dir: ```bash $ fbp-spec --command "<cmd>" --address "<addr>" --secret foo spec ```