summaryrefslogtreecommitdiff
path: root/tools/check-help.sh
Commit message (Collapse)AuthorAgeFilesLines
* test/check-help: check that --help and -h are identicalZbigniew Jędrzejewski-Szmek2022-04-051-0/+6
|
* tests: add a smoke test for --version option in binariesZbigniew Jędrzejewski-Szmek2022-04-051-4/+4
| | | | | | | 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.
* Change all fixed-path bash shebangs to /u/b/env bash outside test/наб2021-12-121-1/+1
|
* tools: shellcheck-ify most of the tool scriptsFrantisek Sumsal2021-04-201-10/+21
|
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
| | | | | | Even though many of those scripts are very simple, it is easier to include the header than to try to say whether each of those files is trivial enough not to require one.
* meson: drop "meson-" prefix from various helper script filenamesZbigniew Jędrzejewski-Szmek2020-05-071-0/+29
In a few cases, the prefix was originally necessary because a different helper script was used for automake, and a different one for meson. But now we use meson exclusively, and the prefix isn't useful. This also synchronizes the target name, file name, and variable name in meson.build. The targets exposed by meson didn't have the prefix, so the user interface is unchanged. (The prefix is retained in the few tools that are used for meson itself, e.g. meosn-vcs-tag.sh, meson-make-symlink.sh, etc.)