We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f42d3 commit 8929c49Copy full SHA for 8929c49
run_tool.py
@@ -66,10 +66,6 @@ def blackbox(swagger, port):
66
print("Service started in the background. To check or kill the session, please see README file.")
67
time.sleep(60)
68
69
- subprocess.run("tmux new -d -s small_cov 'sh get_cov.sh " + str(port) + "'", shell=True)
70
- print("We are getting coverage now.")
71
- time.sleep(60)
72
-
73
if service == "features-service":
74
if tool == "evomaster-whitebox":
75
whitebox(40101)
0 commit comments