Skip to content

Commit 4833c66

Browse files
committed
but do print out the rebot output
1 parent 8cd5bf9 commit 4833c66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/combine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def combine_robot_reports():
2424
*OUT.glob("*.robot.xml"),
2525
]
2626

27-
rebot_cli(args, exit=False)
27+
return_code = rebot_cli(args, exit=False)
28+
print("rebot returned", return_code)
2829

2930
return 0
3031

0 commit comments

Comments
 (0)