Skip to content

Commit f883bdd

Browse files
committed
Removed verbose argument from robotstatuschecker
1 parent 68b8149 commit f883bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: atest/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def process_output(browser):
251251
print("Verifying results...")
252252
options = []
253253
output = os.path.join(RESULTS_DIR, "output.xml")
254-
robotstatuschecker.process_output(output, verbose=False)
254+
robotstatuschecker.process_output(output)
255255
options.extend([opt.format(browser=browser) for opt in REBOT_OPTIONS])
256256
try:
257257
rebot_cli(options + [output])

0 commit comments

Comments
 (0)