Skip to content

Commit

Permalink
Update verificator
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor-Lake committed Dec 6, 2024
1 parent 16187ed commit c330851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_runner/verificator.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ def main():

verifier = Verificator("/home/victor/processor_ci/processor-ci-tests/test_runner/testing_testes", args.port, args.baudrate, args.timeout)

with open(f"{verifier.path}/results.xml", 'w') as report:
report.write("<testsuite>\n")
verifier.run_tests()
report.write("</testsuite>\n")
#with open(f"{verifier.path}/results.xml", 'w') as report:
# report.write("<testsuite>\n")
verifier.run_tests()
# report.write("</testsuite>\n")
return 0


Expand Down

0 comments on commit c330851

Please sign in to comment.