[Groonga-commit] droonga/fluent-plugin-droonga at f598c67 [master] Now we don't need binstubs for drntest

Back to archive index

Yoji Shidara null+****@clear*****
Thu Nov 28 13:39:25 JST 2013


Yoji Shidara	2013-11-28 13:39:25 +0900 (Thu, 28 Nov 2013)

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

  Message:
    Now we don't need binstubs for drntest
    
    Because now we run drntest via bundle exec

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

  Modified: .gitignore (+0 -1)
===================================================================
--- .gitignore    2013-11-28 13:38:45 +0900 (d631373)
+++ .gitignore    2013-11-28 13:39:25 +0900 (e337770)
@@ -1,7 +1,6 @@
 /Gemfile.lock
 /test/command/.bundle/
 /test/command/Gemfile.lock
-/test/command/bin/
 /test/command/vendor/
 /doc/
 /.yardoc/

  Modified: test/command/run-test.rb (+1 -1)
===================================================================
--- test/command/run-test.rb    2013-11-28 13:38:45 +0900 (392b1b4)
+++ test/command/run-test.rb    2013-11-28 13:39:25 +0900 (51defb3)
@@ -38,7 +38,7 @@ gemfile_lock = "#{gemfile}.lock"
 
 if need_bundle_install?(gemfile, gemfile_lock)
   Dir.chdir(base_dir) do
-    run("bundle", "install", "--binstubs")
+    run("bundle", "install")
   end
 end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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