From c330851c5121fbd8b08592befb4ad56fe068c267 Mon Sep 17 00:00:00 2001 From: Viktor-Lake Date: Fri, 6 Dec 2024 14:55:11 -0300 Subject: [PATCH] Update verificator --- test_runner/verificator.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_runner/verificator.py b/test_runner/verificator.py index 94b9ffd..7e45beb 100755 --- a/test_runner/verificator.py +++ b/test_runner/verificator.py @@ -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("\n") - verifier.run_tests() - report.write("\n") + #with open(f"{verifier.path}/results.xml", 'w') as report: + # report.write("\n") + verifier.run_tests() + # report.write("\n") return 0