summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-23 23:26:17 -0500
committerDylan Baker <dylan@pnwbakers.com>2023-12-24 07:55:30 -0800
commitf1035e0cd0c888bc7aa18fc6e5d92c93e9e96a83 (patch)
tree35e7407e63aa552b52ed066da49421cbd429a728 /.github
parent7d652a6138c69e7af992c4108a9645c2b5c72317 (diff)
downloadmeson-f1035e0cd0c888bc7aa18fc6e5d92c93e9e96a83.tar.gz
run_project_tests: fix assertion that crashes if you have git worktrees
git worktrees are frequently a handy tool to use. This glob pattern asserts an error if the same named directory appears more than once, which it will -- once per worktree -- but only because it is globbing the entire project root, even though it should always only exclusively care about files in `test cases/`. So just glob correctly, and then I can run the testsuite locally again.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions