Skip to content

Commit

Permalink
Fix test pattern in zts-report.py
Browse files Browse the repository at this point in the history
The pattern was not updated to match when the test output changed to
include a platform identifier for platform specfic tests.

Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
  • Loading branch information
Ryan Moeller committed Dec 19, 2019
1 parent a364048 commit 336d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-runner/bin/zts-report.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def process_results(pathname):

prefix = '/zfs-tests/tests/functional/'
pattern = \
r'^Test:\s*\S*%s(\S+)\s*\(run as (\S+)\)\s*\[(\S+)\]\s*\[(\S+)\]' \
r'^Test(?:\s+\(\S+\))?:\s*\S*%s(\S+)\s*\(run as (\S+)\)\s*\[(\S+)\]\s*\[(\S+)\]' \
% prefix
pattern_log = r'^\s*Log directory:\s*(\S*)'

Expand Down

0 comments on commit 336d3c1

Please sign in to comment.