Unverified Commit b295938f authored by svetaro's avatar svetaro

SKALE-2003 Fix docker test

parent b4546843
......@@ -33,7 +33,7 @@ assert subprocess.call(["docker", "run", "-v", topDir + "/sgx_data:/usr/src/sdk/
time.sleep(5);
obj = subprocess.Popen(stdin=PIPE)
obj = subprocess.Popen(stdin=subprocess.PIPE)
obj.communicate(input="i confirm", timeout=1)
obj.terminate()
obj.wait()
......
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