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

Further refinement of process killing.

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