[Groonga-commit] ranguba/rroonga at 5fdf6a0 [master] test: don't run tests that use fork on Windows

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 10 18:22:51 JST 2019


Kouhei Sutou	2019-05-10 18:22:51 +0900 (Fri, 10 May 2019)

  Revision: 5fdf6a0ec064270bee4cb6500019b0b2c30767fd
  https://github.com/ranguba/rroonga/commit/5fdf6a0ec064270bee4cb6500019b0b2c30767fd

  Message:
    test: don't run tests that use fork on Windows

  Modified files:
    test/test-table.rb

  Modified: test/test-table.rb (+1 -0)
===================================================================
--- test/test-table.rb    2019-05-10 18:05:32 +0900 (80643bdc)
+++ test/test-table.rb    2019-05-10 18:22:51 +0900 (bbaf887c)
@@ -738,6 +738,7 @@ class TableTest < Test::Unit::TestCase
 
     private
     def by_other_process
+      only_linux
       pid = Process.fork do
         yield
       end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/15a8536b/attachment-0001.html>


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