summaryrefslogtreecommitdiff
path: root/tools/check-version.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: add a smoke test for --version option in binariesZbigniew Jędrzejewski-Szmek2022-04-051-0/+36
This is very similar to (and directly based on) the test for --help. I think it's nice to do this: the test is very quick, but it'll catch cases where we forgot to hook up the option, or forgot to exit after printing --version, and it'll also increase our test coverage a bit.