[Groonga-commit] groonga/groonga at eb5882f [master] travis: reduce workers

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 5 00:34:10 JST 2015


Kouhei Sutou	2015-03-05 00:34:10 +0900 (Thu, 05 Mar 2015)

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

  Message:
    travis: reduce workers

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+6 -4)
===================================================================
--- tools/travis-script.sh    2015-03-05 00:28:47 +0900 (35bf0bd)
+++ tools/travis-script.sh    2015-03-05 00:34:10 +0900 (1c0e70d)
@@ -4,18 +4,20 @@ set -e
 
 prefix=/tmp/local
 
+command_test_options="--n-workers=4"
+
 case "${BUILD_TOOL}" in
   autotools)
     test/unit/run-test.sh
-    test/command/run-test.sh
+    test/command/run-test.sh ${command_test_options}
     if [ "${ENABLE_MRUBY}" = "yes" ]; then
       test/query_optimizer/run-test.rb
     fi
-    test/command/run-test.sh --interface http
+    test/command/run-test.sh ${command_test_options} --interface http
     mkdir -p ${prefix}/var/log/groonga/httpd
-    test/command/run-test.sh --testee groonga-httpd
+    test/command/run-test.sh ${command_test_options} --testee groonga-httpd
     ;;
   cmake)
-    test/command/run-test.sh
+    test/command/run-test.sh ${command_test_options}
     ;;
 esac
-------------- next part --------------
HTML����������������������������...
Download 



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