diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 66b041b6e2a9..e5b1ae0f65e1 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -325,7 +325,7 @@ def process_results(pathname): print('Error opening file:', e) sys.exit(1) - prefix = '/zfs-tests/tests/functional/' + prefix = '/zfs-tests/tests/(?:functional|perf/regression)/' pattern = \ r'^Test(?:\s+\(\S+\))?:' + \ rf'\s*\S*{prefix}(\S+)' + \