test/integration/server_test.rb in ultrasphinx-1.7 vs test/integration/server_test.rb in ultrasphinx-1.8
- old
+ new
@@ -11,10 +11,10 @@
def setup
@pid = Process.fork do
Dir.chdir RAILS_ROOT do
# print "S"
- exec("script/server -p #{PORT} &> /dev/null")
+ exec("script/server -p #{PORT} &> #{LOG}")
end
end
sleep(5)
end
\ No newline at end of file