stfu
This commit is contained in:
parent
2c81941567
commit
8fb59d391c
|
@ -145,7 +145,7 @@ module Jasmine
|
||||||
|
|
||||||
@selenium_pid = fork do
|
@selenium_pid = fork do
|
||||||
Process.setpgrp
|
Process.setpgrp
|
||||||
exec "java -jar #{@selenium_jar_path} -port #{@selenium_server_port} &> /dev/null"
|
exec "java -jar #{@selenium_jar_path} -port #{@selenium_server_port} > /dev/null 2>&1"
|
||||||
end
|
end
|
||||||
puts "selenium started. pid is #{@selenium_pid}"
|
puts "selenium started. pid is #{@selenium_pid}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue