forked from mindspore-Ecosystem/mindspore
!30453 Fix Bug of Debugging TBE compiling
Merge pull request !30453 from jiaorui/test_compile
This commit is contained in:
commit
94dbb58240
|
@ -47,8 +47,7 @@ class TestCompile:
|
|||
print("Process Logs:")
|
||||
for item in compile_result_json["process_info"]:
|
||||
print("### LogLevel:" + str(item["level"]) + " " + item["message"])
|
||||
res_json = json.loads(res)
|
||||
if res_json["status"] == "FAILED":
|
||||
if compile_result_json["status"] == "FAILED":
|
||||
print("Compile Failed")
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue