Skip to content

Commit 8929c49

Browse files
authored
Update run_tool.py
1 parent 47f42d3 commit 8929c49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

run_tool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def blackbox(swagger, port):
6666
print("Service started in the background. To check or kill the session, please see README file.")
6767
time.sleep(60)
6868

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-
7369
if service == "features-service":
7470
if tool == "evomaster-whitebox":
7571
whitebox(40101)

0 commit comments

Comments
 (0)