Skip to content

Commit

Permalink
Use regex for output capture
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Apr 22, 2022
1 parent 67a66a6 commit 6229029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
USE

expect { system("bin/allure-report-publisher") }.to(
output(usage).to_stderr_from_any_process
output(/#{usage}/).to_stderr_from_any_process
)
end
end

0 comments on commit 6229029

Please sign in to comment.