[Groonga-commit] droonga/droonga-engine at f5f0528 [master] Test to run Serf silently

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 9 14:40:35 JST 2014


YUKI Hiroshi	2014-10-09 14:40:35 +0900 (Thu, 09 Oct 2014)

  New Revision: f5f052803e42e0c4d597004d79416d53afb4065d
  https://github.com/droonga/droonga-engine/commit/f5f052803e42e0c4d597004d79416d53afb4065d

  Message:
    Test to run Serf silently

  Modified files:
    test/command/run-test.rb

  Modified: test/command/run-test.rb (+3 -1)
===================================================================
--- test/command/run-test.rb    2014-10-09 14:38:02 +0900 (7dd2eef)
+++ test/command/run-test.rb    2014-10-09 14:40:35 +0900 (1ae9b29)
@@ -19,7 +19,9 @@ require "rbconfig"
 require "fileutils"
 
 def system_serf_exist?
-  system("serf", "--help")
+  system("serf", "--help",
+         :out => "/dev/null",
+         :err => "/dev/null")
 end
 
 unless system_serf_exist?
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index