Restore noisy selenium logging cuz the fix was making selenium server fail to close.
This commit is contained in:
parent
9a8cb48a53
commit
7da72062b3
|
@ -144,7 +144,7 @@ module Jasmine
|
|||
@selenium_server_port = Jasmine::find_unused_port
|
||||
|
||||
@selenium_pid = fork do
|
||||
exec "java -jar #{@selenium_jar_path} -port #{@selenium_server_port} >/dev/null"
|
||||
exec "java -jar #{@selenium_jar_path} -port #{@selenium_server_port}"
|
||||
end
|
||||
puts "selenium started. pid is #{@selenium_pid}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue