summaryrefslogtreecommitdiff
path: root/test cases/common/66 vcstag
AgeCommit message (Collapse)Author
2024-11-06vcs_tag: Add install kwargsXavier Claessens
Fixes: #4893
2022-04-20vcs_tag: handle non-str / non-file argumentsKirill Isakov
This makes vcs_tag behave like other commands so it accepts not only string and file arguments, but also exe, custom_tgt, and external_program.
2022-04-20vcs_tag: document the already supported file argKirill Isakov
2022-03-12fix regression in vcs_tag when the VCS program is not installedEli Schwartz
We are supposed to fallback on the fallback when running the vcstagger, but instead we errored out during configure. Fixes regression in commit b402817fb6f0392812bfa272bdbc05c9c30139fa. Before this, we used shutil.which || relative paths, and in the latter case if it could not be found we still wrote out that path but it failed to run in vcstagger. Now, we use find_program under the hood, so it needs to be run in non-fatal mode, and if it is not found, we simply keep the original command string. It's a VCS command, so if we magically end up finding it at runtime because it was installed after running configure, that is *fine*.
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-04-26Condense test directory names.Jussi Pakkanen