[Groonga-commit] groonga/groonga-log at 0bbdb27 [master] Enable "rake test" target

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Sep 25 16:55:31 JST 2017


Kentaro Hayashi	2017-09-25 16:55:31 +0900 (Mon, 25 Sep 2017)

  New Revision: 0bbdb272705e6d8215c528ccbb148ae0c005c8fc
  https://github.com/groonga/groonga-log/commit/0bbdb272705e6d8215c528ccbb148ae0c005c8fc

  Merged ab8830c: Merge pull request #4 from kenhys/extract-parser-from-f-p-g-l

  Message:
    Enable "rake test" target

  Modified files:
    Rakefile

  Modified: Rakefile (+12 -0)
===================================================================
--- Rakefile    2017-09-26 15:04:11 +0900 (43022f7)
+++ Rakefile    2017-09-25 16:55:31 +0900 (8452d9c)
@@ -1,2 +1,14 @@
 require "bundler/gem_tasks"
 task :default => :spec
+
+desc "Run tests"
+task :test do
+  task_index = ARGV.index("test")
+  if task_index
+    run_test_options = ARGV[(task_index + 1)..-1]
+  else
+    run_test_options = []
+  end
+  tests_exit_status = ruby("test/run-test.rb", *run_test_options)
+  exit(tests_exit_status)
+end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170925/8b218025/attachment-0001.htm 



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