[Groonga-commit] ranguba/groonga-client-rails at 5f98942 [master] test: use bin/rake

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 16:51:36 JST 2016


Kouhei Sutou	2016-03-27 16:51:36 +0900 (Sun, 27 Mar 2016)

  New Revision: 5f98942059aca41c0db18c7e180a0bbedc3bb619
  https://github.com/ranguba/groonga-client-rails/commit/5f98942059aca41c0db18c7e180a0bbedc3bb619

  Message:
    test: use bin/rake

  Modified files:
    test/run-test.rb

  Modified: test/run-test.rb (+1 -1)
===================================================================
--- test/run-test.rb    2016-03-27 16:40:31 +0900 (a1d31fb)
+++ test/run-test.rb    2016-03-27 16:51:36 +0900 (15d1a1a)
@@ -32,7 +32,7 @@ unbundler
 
 Dir.glob("#{__dir__}/apps/*") do |test_application|
   Dir.chdir(test_application) do
-    unless system(RbConfig.ruby, "-S", "rake",
+    unless system(RbConfig.ruby, "-S", "bin/rake",
                   "test", "TESTOPTS=#{ARGV.join(' ')}")
       exit(false)
     end
-------------- next part --------------
HTML����������������������������...
Download 



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