ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

fix normalization of validate-tags subcommand options and add tests #551

Closed gotmax23 closed 11 months ago

gotmax23 commented 11 months ago

The build options do not apply validate-tags command. I mistakenly applied this function to the validate-tags subcommand in https://github.com/ansible-community/antsibull/commit/3427a98adde9dc9641fda6348d738068d7007d0e. This caused a traceback.

I added basic unit tests to prevent any future regressions.

Fixes: 3427a98adde9dc9641fda6348d738068d7007d0e

gotmax23 commented 11 months ago

The .gitignore strikes again. I git add -fed the missing file.

gotmax23 commented 11 months ago

Thanks!