This commit is contained in:
Erik Hanson & David Goudreau 2009-07-15 17:03:40 -07:00
parent 2c81941567
commit 8fb59d391c
1 changed files with 1 additions and 1 deletions

View File

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