Unverified Commit c81332ce authored by kladko's avatar kladko

SKALE-2678-BLS-test-vectors

parent f6583f7c
......@@ -49,7 +49,7 @@ assert dockerRun.returncode == 0;
assert subprocess.call(["docker", "rm", "sgxwallet"]) == 0
assert subprocess.call(["docker", "run", "-v", topDir + "/sgx_data:/usr/src/sdk/sgx_data","-d",
"--name", "sgxwallet",
"--network=host", "skalenetwork/" + IMAGE_NAME +":" + TAG_POSTFIX, "-y"]) == 0
"--network=host", "skalenetwork/" + IMAGE_NAME +":" + TAG_POSTFIX, "-ynT"]) == 0
time.sleep(5);
......
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