We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b8149 commit f883bddCopy full SHA for f883bdd
atest/run.py
@@ -251,7 +251,7 @@ def process_output(browser):
251
print("Verifying results...")
252
options = []
253
output = os.path.join(RESULTS_DIR, "output.xml")
254
- robotstatuschecker.process_output(output, verbose=False)
+ robotstatuschecker.process_output(output)
255
options.extend([opt.format(browser=browser) for opt in REBOT_OPTIONS])
256
try:
257
rebot_cli(options + [output])
0 commit comments