[Groonga-commit] droonga/droonga-engine at b55030a [master] Run "serf --version" instead of "serf --help" to test command existence

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 9 14:47:06 JST 2014


YUKI Hiroshi	2014-10-09 14:47:06 +0900 (Thu, 09 Oct 2014)

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

  Message:
    Run "serf --version" instead of "serf --help" to test command existence

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

  Modified: test/command/run-test.rb (+1 -1)
===================================================================
--- test/command/run-test.rb    2014-10-09 14:41:58 +0900 (1ae9b29)
+++ test/command/run-test.rb    2014-10-09 14:47:06 +0900 (e4d3c80)
@@ -19,7 +19,7 @@ require "rbconfig"
 require "fileutils"
 
 def system_serf_exist?
-  system("serf", "--help",
+  system("serf", "--version",
          :out => "/dev/null",
          :err => "/dev/null")
 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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