Commit 0a45739f by 文周繁

fix: 修复可执行程序太大导致只下载部分的问题

parent ab697f46
......@@ -143,7 +143,7 @@ def main(argv):
binary_software_file.write(i["code"])
binary_software_file.close()
os.system(f"chmod +x {binary_software}")
print("binary donwload successfully")
print("binary download successfully")
generation_command(crashes_collection, binary_software, parameter, crashes_file_paths, "valgrind")
# 获取asan编译的二进制程序
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment