[Groonga-commit] droonga/fluent-plugin-droonga at 1f8449f [master] Disable command tests

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 21 16:18:59 JST 2013


Kouhei Sutou	2013-11-21 16:18:59 +0900 (Thu, 21 Nov 2013)

  New Revision: 1f8449f1ad4198c43ce9bdfdbeedee1678adaaca
  https://github.com/droonga/fluent-plugin-droonga/commit/1f8449f1ad4198c43ce9bdfdbeedee1678adaaca

  Message:
    Disable command tests
    
    Because we should run fluentd by hand for now...

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2013-11-21 16:18:24 +0900 (dded59d)
+++ Rakefile    2013-11-21 16:18:59 +0900 (f06adff)
@@ -20,7 +20,7 @@ require "bundler/gem_tasks"
 desc "Run test"
 task :test do
   ruby(File.join(File.dirname(__FILE__), "test", "unit", "run-test.rb"))
-  ruby(File.join(File.dirname(__FILE__), "test", "command", "run-test.rb"))
+  # ruby(File.join(File.dirname(__FILE__), "test", "command", "run-test.rb"))
 end
 
 task :default => :test
-------------- next part --------------
HTML����������������������������...
Download 



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