Update functional_test_check.py

This commit is contained in:
alesapin 2021-10-27 13:01:11 +03:00 committed by GitHub
parent 642c2486b4
commit cb61f0daf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,8 +315,6 @@ if __name__ == "__main__":
os.makedirs(result_path)
run_log_path = os.path.join(result_path, "runlog.log")
if not os.path.exists(run_log_path):
os.makedirs(run_log_path)
download_builds(packages_path, urls)
run_command = get_run_command(packages_path, result_path, server_log_path, kill_timeout, [], docker_image)