diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-23 23:26:17 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2023-12-24 07:55:30 -0800 |
| commit | f1035e0cd0c888bc7aa18fc6e5d92c93e9e96a83 (patch) | |
| tree | 35e7407e63aa552b52ed066da49421cbd429a728 /.github/codeql/codeql-config.yml | |
| parent | 7d652a6138c69e7af992c4108a9645c2b5c72317 (diff) | |
| download | meson-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/codeql/codeql-config.yml')
0 files changed, 0 insertions, 0 deletions
