test driver: fix file collection for regex linters
When a testsuite linter is executed with the `tracked` strategy, the driver runs `git ls-tree` to collect eligible files. This appears to have ceased producing any paths – `ls-tree` restricts its results to the current working directory, which is `testsuite/tests/linters` in this case. As a quick fix, this patch changes the working directory to match expectations.
Showing
- testsuite/tests/linters/Makefile 3 additions, 3 deletionstestsuite/tests/linters/Makefile
- testsuite/tests/linters/regex-linters/check-cpp.py 0 additions, 6 deletionstestsuite/tests/linters/regex-linters/check-cpp.py
- testsuite/tests/linters/regex-linters/linter.py 13 additions, 4 deletionstestsuite/tests/linters/regex-linters/linter.py
Please register or sign in to comment