[Groonga-commit] groonga/groonga at 6b16ba2 [master] travis: debug on OS X

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 25 16:28:31 JST 2015


Kouhei Sutou	2015-09-25 16:28:31 +0900 (Fri, 25 Sep 2015)

  New Revision: 6b16ba20ee454f9bde297cc2de6bdb52bd2fca7f
  https://github.com/groonga/groonga/commit/6b16ba20ee454f9bde297cc2de6bdb52bd2fca7f

  Message:
    travis: debug on OS X

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+4 -1)
===================================================================
--- tools/travis-script.sh    2015-09-25 15:45:48 +0900 (ed21903)
+++ tools/travis-script.sh    2015-09-25 16:28:31 +0900 (5b139d3)
@@ -4,7 +4,10 @@ set -e
 
 prefix=/tmp/local
 
-command_test_options="--n-workers=4 --reporter=stream"
+command_test_options="--n-workers=4 --reporter=mark"
+if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
+  command_test_options="--n-workers=1 --reporter=stream"
+fi
 
 set -x
 
-------------- next part --------------
HTML����������������������������...
Download 



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