[Groonga-commit] groonga/groonga at 799b3ff [master] travis: disable tests against groonga-httpd

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 9 18:24:33 JST 2015


Kouhei Sutou	2015-07-09 18:24:33 +0900 (Thu, 09 Jul 2015)

  New Revision: 799b3ffaaac8eb495a5d4043f5d1b5f9a7012d70
  https://github.com/groonga/groonga/commit/799b3ffaaac8eb495a5d4043f5d1b5f9a7012d70

  Message:
    travis: disable tests against groonga-httpd
    
    Because groonga-httpd doesn't support log_level command. groonga-httpd
    creates grn_ctx for each request. So changed log level is also
    dropped...

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+2 -1)
===================================================================
--- tools/travis-script.sh    2015-07-09 18:12:14 +0900 (1c4a1a7)
+++ tools/travis-script.sh    2015-07-09 18:24:33 +0900 (6641583)
@@ -17,7 +17,8 @@ case "${BUILD_TOOL}" in
     fi
     test/command/run-test.sh ${command_test_options} --interface http
     mkdir -p ${prefix}/var/log/groonga/httpd
-    test/command/run-test.sh ${command_test_options} --testee groonga-httpd
+    # TODO: Re-enable me
+    # test/command/run-test.sh ${command_test_options} --testee groonga-httpd
     ;;
   cmake)
     test/command/run-test.sh ${command_test_options}
-------------- next part --------------
HTML����������������������������...
Download 



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