summaryrefslogtreecommitdiffstats
path: root/py/__init__.py
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2025-12-16 15:36:23 +0100
committerPhil Sutter <phil@nwl.cc>2025-12-16 16:27:44 +0100
commit1ac69c4de8ff7b472c3a5f2cf1d9442642e9047c (patch)
tree3db63b79aad8e93b1357b5092b2d622405fcf283 /py/__init__.py
parent76c90e438f6ae5c6d4b72a4720b8c2576b2457b3 (diff)
tests: monitor: Fix for out-of-path callHEADmaster
When called from another directory without specifying test cases, an incorrect regexp was used to glob all tests and no test was run at all: | # ./tests/monitor/run-tests.sh | echo: running tests from file *.t | ./tests/monitor/run-tests.sh: line 201: testcases/*.t: No such file or directory | monitor: running tests from file *.t | ./tests/monitor/run-tests.sh: line 201: testcases/*.t: No such file or directory | json-echo: running tests from file *.t | ./tests/monitor/run-tests.sh: line 201: testcases/*.t: No such file or directory | json-monitor: running tests from file *.t | ./tests/monitor/run-tests.sh: line 201: testcases/*.t: No such file or directory Fixes: 83eaf50c36fe8 ("tests: monitor: Become $PWD agnostic") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'py/__init__.py')
0 files changed, 0 insertions, 0 deletions