[Groonga-commit] groonga/groonga at 7c65f39 [master] travis: disable tests that use Rroonga on macOS

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Feb 27 17:50:27 JST 2019


Kouhei Sutou	2019-02-27 17:50:27 +0900 (Wed, 27 Feb 2019)

  Revision: 7c65f39f8a5062f89cd192f9c075c8977799a086
  https://github.com/groonga/groonga/commit/7c65f39f8a5062f89cd192f9c075c8977799a086

  Message:
    travis: disable tests that use Rroonga on macOS

  Modified files:
    travis/script.sh

  Modified: travis/script.sh (+1 -1)
===================================================================
--- travis/script.sh    2019-02-27 16:40:51 +0900 (d0c34bc4e)
+++ travis/script.sh    2019-02-27 17:50:27 +0900 (99c9a56d2)
@@ -68,7 +68,7 @@ case "${BUILD_TOOL}" in
       test/unit/run-test.sh -v v
     fi
     test/command/run-test.sh ${command_test_options}
-    if [ "${ENABLE_MRUBY}" = "yes" ]; then
+    if [ "${TRAVIS_OS_NAME}" != "osx" -a "${ENABLE_MRUBY}" = "yes" ]; then
       test/mruby/run-test.rb
       test/command_line/run-test.rb
     fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190227/ad849005/attachment.html>


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