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

Back to archive index

Yoji Shidara null+****@clear*****
Thu Nov 28 13:59:18 JST 2013


Yoji Shidara	2013-11-28 13:59:18 +0900 (Thu, 28 Nov 2013)

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

  Message:
    Revert "Now we don't need binstubs for drntest"
    
    This reverts commit f598c67d70db0597f1da9793a70eb0635b9a47eb.

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

  Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore    2013-11-28 13:50:15 +0900 (e337770)
+++ .gitignore    2013-11-28 13:59:18 +0900 (d631373)
@@ -1,6 +1,7 @@
 /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:50:15 +0900 (51defb3)
+++ test/command/run-test.rb    2013-11-28 13:59:18 +0900 (392b1b4)
@@ -38,7 +38,7 @@ gemfile_lock = "#{gemfile}.lock"
 
 if need_bundle_install?(gemfile, gemfile_lock)
   Dir.chdir(base_dir) do
-    run("bundle", "install")
+    run("bundle", "install", "--binstubs")
   end
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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