Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 3, 2025
1 parent 8d64554 commit 7804f8b
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 @@ -471,7 +471,7 @@ def atest_robot(c, zip=None, smoke=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)
if zip:
_clean_zip_dir()
Expand Down

0 comments on commit 7804f8b

Please sign in to comment.