Unverified Commit c5bf4d54 authored by kladko's avatar kladko

SKALE-3481-NIGHTLY

parent ec91b60a
......@@ -41,7 +41,7 @@ isNightly = os.environ.get("NIGHTLY_TESTS")
iterations = 2 if isNightly else 1
for i in iter(iterations):
for i in iter(range(iterations)):
dockerRun = subprocess.run(["docker", "run", "-v", topDir + "/sgx_data:/usr/src/sdk/sgx_data","-t",
"-v", "/dev/urandom:/dev/random", "--name", "sgxwallet", "--network=host", "skalenetwork/" + IMAGE_NAME +":" + TAG_POSTFIX, "-t"])
......
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