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

More verbose Selenium jar startup for better troubleshooting.

parent 4783acd9
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} > /dev/null &amp;" />
<exec command="xvfb-run --server-args=&quot;-screen 0 1024x768x24&quot; java -jar ${seleniumjar} &amp;" passthru="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