Fix report sending in case of FastTest failure

This commit is contained in:
Dmitry Novik 2023-01-24 21:54:23 +00:00
parent 7f010d2b61
commit 8545db9f62

View File

@ -175,6 +175,7 @@ def main():
"test_log.txt" in test_output_files or "test_result.txt" in test_output_files
)
test_result_exists = "test_results.tsv" in test_output_files
test_results = []
if "submodule_log.txt" not in test_output_files:
description = "Cannot clone repository"
state = "failure"