Skip to content

Commit 22abfc7

Browse files
gchwierDatGizmo
authored andcommitted
twister: blackbox: fix test_report_summary after extending reason
Updated test_report_summary to match new string with detailed reason of build failure. Signed-off-by: Grzegorz Chwierut <[email protected]>
1 parent 92b404d commit 22abfc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests/twister_blackbox/test_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class TestReport:
114114
os.path.join(TEST_DATA, 'tests', 'one_fail_two_error_one_pass'),
115115
['qemu_x86/atom'],
116116
[r'one_fail_two_error_one_pass.agnostic.group1.subgroup2 on qemu_x86/atom FAILED \(.*\)',
117-
r'one_fail_two_error_one_pass.agnostic.group1.subgroup3 on qemu_x86/atom ERROR \(Build failure\)',
118-
r'one_fail_two_error_one_pass.agnostic.group1.subgroup4 on qemu_x86/atom ERROR \(Build failure\)'],
117+
r'one_fail_two_error_one_pass.agnostic.group1.subgroup3 on qemu_x86/atom ERROR \(Build failure.*\)',
118+
r'one_fail_two_error_one_pass.agnostic.group1.subgroup4 on qemu_x86/atom ERROR \(Build failure.*\)'],
119119
)
120120
]
121121

0 commit comments

Comments
 (0)