Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat authored Feb 3, 2025
1 parent 8cd15df commit 81cf9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def _run_pabot(extra_args=None, shard=None, include_mac=False):
process.wait(ATEST_TIMEOUT)
output_xml = str(ATEST_OUTPUT / "output.xml")
print(f"Process {output_xml}")
robotstatuschecker.process_output(output_xml, verbose=False)
robotstatuschecker.process_output(output_xml)
rc = rebot_cli(["--outputdir", str(ATEST_OUTPUT), output_xml], exit=False)
print(f"DONE rc=({rc})")
return rc
Expand Down

0 comments on commit 81cf9a1

Please sign in to comment.