Skip to content

Commit 944e974

Browse files
committed
strip
1 parent d0710ce commit 944e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/verification/parse_test_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def parse_test_xml(
268268
matches = matches_re.findall(sys_stdout)
269269

270270
if sys_stdout:
271-
sys_stdout = cleaner_re.sub("", sys_stdout)
271+
sys_stdout = cleaner_re.sub("", sys_stdout).strip()
272272

273273
if not matches or not len(matches):
274274
test_results.add(

0 commit comments

Comments
 (0)