Restore noisy selenium logging cuz the fix was making selenium server fail to close.

This commit is contained in:
Erik Hanson & Christian Williams 2009-07-13 18:00:58 -07:00
parent 9a8cb48a53
commit 7da72062b3
1 changed files with 1 additions and 1 deletions

View File

@ -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}"