[Groonga-commit] groonga/groonga at c830f8a [master] travis osx: disable query optimizer test

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 30 17:27:42 JST 2015


Kouhei Sutou	2015-08-30 17:27:42 +0900 (Sun, 30 Aug 2015)

  New Revision: c830f8af2c89bd04311946e0bab32afd6caee358
  https://github.com/groonga/groonga/commit/c830f8af2c89bd04311946e0bab32afd6caee358

  Message:
    travis osx: disable query optimizer test

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+2 -1)
===================================================================
--- tools/travis-script.sh    2015-08-30 17:11:29 +0900 (1dc9582)
+++ tools/travis-script.sh    2015-08-30 17:27:42 +0900 (7528cb9)
@@ -15,7 +15,8 @@ case "${BUILD_TOOL}" in
       test/unit/run-test.sh
     fi
     test/command/run-test.sh ${command_test_options}
-    if [ "${ENABLE_MRUBY}" = "yes" ]; then
+    # TODO: Re-enable me on OS X
+    if [ "${TRAVIS_OS_NAME}" = "linux" -a "${ENABLE_MRUBY}" = "yes" ]; then
       test/query_optimizer/run-test.rb
     fi
     test/command/run-test.sh ${command_test_options} --interface http
-------------- next part --------------
HTML����������������������������...
Download 



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