hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Fix CLI option `--self-test` to be used in combination with other arguments #578

Closed LinqLover closed 1 year ago

LinqLover commented 1 year ago

Previously, any arguments after --self-test were swallowed, so for instance, the following did not have the intended effect:

bin/smalltalkci --self-test --headfull

This patch resolves this limitation.

I wonder whether this was a slip or intended ... But I can't imagine any scenario in which ignoring all further arguments would be intended. At last, there is also # in any bash shell to do this.