Skip to content

Commit

Permalink
rebot: fix wrong invocation
Browse files Browse the repository at this point in the history
CMK-16182
  • Loading branch information
SoloJacobs committed Feb 19, 2024
1 parent bafe13d commit 68a20e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rf/rebot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impl Rebot<'_> {
.add_argument(self.path_html)
.add_argument("--report")
.add_argument("NONE")
.add_argument("--merge")
.add_arguments(self.input_paths);
rebot_command_spec
}
Expand Down Expand Up @@ -159,6 +160,7 @@ mod tests {
.add_argument("/working/my_suite/rebot.html")
.add_argument("--report")
.add_argument("NONE")
.add_argument("--merge")
.add_argument("/working/my_suite/0.xml")
.add_argument("/working/my_suite/1.xml");
assert_eq!(rebot_command_spec, expected)
Expand Down

0 comments on commit 68a20e9

Please sign in to comment.