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

Use spawn attribute instead of & in command.

parent 1fa06951
No related merge requests found
......@@ -220,7 +220,7 @@
<if>
<istrue value="${seleniumjar}" />
<then>
<exec command="xvfb-run --server-args=&quot;-screen 0 1024x768x24&quot; java -jar ${seleniumjar} &amp;" passthru="true" checkreturn="true" />
<exec command="xvfb-run --server-args=&quot;-screen 0 1024x768x24&quot; java -jar ${seleniumjar}" passthru="true" spawn="true" checkreturn="true" />
</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