[Groonga-commit] groonga/groonga at f0f0db4 [master] travis: reduce tests on macOS

Back to archive index
Kouhei Sutou null+****@clear*****
Thu Feb 28 05:33:05 JST 2019


Kouhei Sutou	2019-02-28 05:33:05 +0900 (Thu, 28 Feb 2019)

  Revision: f0f0db4a38404ffef7ab482a93234882d8d5710f
  https://github.com/groonga/groonga/commit/f0f0db4a38404ffef7ab482a93234882d8d5710f

  Message:
    travis: reduce tests on macOS
    
    Tests on macOS is slow.

  Modified files:
    travis/script.sh

  Modified: travis/script.sh (+5 -3)
===================================================================
--- travis/script.sh    2019-02-27 18:44:07 +0900 (99c9a56d2)
+++ travis/script.sh    2019-02-28 05:33:05 +0900 (e4b3b6907)
@@ -74,9 +74,11 @@ case "${BUILD_TOOL}" in
     fi
     retry test/command/run-test.sh ${command_test_options} \
           --interface http
-    mkdir -p ${prefix}/var/log/groonga/httpd
-    retry test/command/run-test.sh ${command_test_options} \
-          --testee groonga-httpd
+    if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
+      mkdir -p ${prefix}/var/log/groonga/httpd
+      retry test/command/run-test.sh ${command_test_options} \
+            --testee groonga-httpd
+    fi
     ;;
   cmake)
     test/command/run-test.sh ${command_test_options}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190228/16d35b7e/attachment.html>


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