[Groonga-commit] groonga/groonga at 5d205ad [master] travis: run query optimizer tests with mruby enabled build

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 3 16:39:45 JST 2014


Kouhei Sutou	2014-11-03 16:39:45 +0900 (Mon, 03 Nov 2014)

  New Revision: 5d205ada8ac9b91c8e0c0a8a1a7322d8302bd65e
  https://github.com/groonga/groonga/commit/5d205ada8ac9b91c8e0c0a8a1a7322d8302bd65e

  Message:
    travis: run query optimizer tests with mruby enabled build

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+3 -0)
===================================================================
--- tools/travis-script.sh    2014-11-03 16:34:01 +0900 (852d88a)
+++ tools/travis-script.sh    2014-11-03 16:39:45 +0900 (327b74c)
@@ -6,6 +6,9 @@ case "${BUILD_TOOL}" in
   autotools)
     test/unit/run-test.sh
     test/command/run-test.sh
+    if [ "${ENABLE_MRUBY" = "yes" ]; then
+      test/query_optimizer/run-test.rb
+    fi
     # test/command/run-test.sh --interface http
     # test/command/run-test.sh --interface http --testee groonga-httpd
     ;;
-------------- next part --------------
HTML����������������������������...
下載 



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