Unverified Commit 450f1591 authored by kladko's avatar kladko

SKALE-3596 Intel submission.

parent 7fc79119
......@@ -79,4 +79,4 @@ s2.close()
s3.close()
assert subprocess.call(["docker", "rm", "-f", "sgxwallet"]) == 0
assert subprocess.call(["rm", "-f", "sgx_data"]) == 0
assert subprocess.call(["rm", "-rf", "sgx_data"]) == 0
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