Unverified Commit 7fc79119 authored by kladko's avatar kladko

SKALE-3596 Intel submission.

parent e377d3cb
...@@ -77,3 +77,6 @@ s3.connect((address, 1028)) ...@@ -77,3 +77,6 @@ s3.connect((address, 1028))
s1.close() s1.close()
s2.close() s2.close()
s3.close() s3.close()
assert subprocess.call(["docker", "rm", "-f", "sgxwallet"]) == 0
assert subprocess.call(["rm", "-f", "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