Skip to content
Snippets Groups Projects
Commit 43a839b8 authored by Demian Katz's avatar Demian Katz
Browse files

More targeted kill.

parent d4c3afeb
No related merge requests found
......@@ -235,7 +235,7 @@
<istrue value="${seleniumjar}" />
<then>
<exec command="pkill -f xvfb" />
<exec command="pkill -f selenium" />
<exec command="pkill -f &quot;java -jar ${seleniumjar}&quot;" />
</then>
</if>
......
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