Skip to content
  • Torsten Schmits's avatar
    223a4cb5
    test driver: fix file collection for regex linters · 223a4cb5
    Torsten Schmits authored and Marge Bot's avatar Marge Bot committed
    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.
    223a4cb5
    test driver: fix file collection for regex linters
    Torsten Schmits authored and Marge Bot's avatar Marge Bot committed
    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.
Loading