Commit 7abe605f authored by Victor Colombo's avatar Victor Colombo

Address comments

parent a8155ecd
......@@ -19,7 +19,8 @@ def run_synchronous_testnet_verification(params, el_client_contexts, cl_client_c
add_service(SERVICE_ID, config)
command = get_cmd(params, el_client_contexts, cl_client_contexts, True)
exec(struct(service_id=SERVICE_ID, command=command))
exec_result = exec(struct(service_id=SERVICE_ID, command=command))
assert(exec_result["code"], "==", 0)
def get_cmd(params, el_client_contexts, cl_client_contexts, add_binary_name):
......
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