[Groonga-mysql-commit] mroonga/mroonga at 19f3e27 [master] test: don't use --parallel=n on debug

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 15 19:11:56 JST 2013


Kouhei Sutou	2013-05-15 19:11:56 +0900 (Wed, 15 May 2013)

  New Revision: 19f3e27dc52c4b68a13b805f4f357866e6080d9b
  https://github.com/mroonga/mroonga/commit/19f3e27dc52c4b68a13b805f4f357866e6080d9b

  Message:
    test: don't use --parallel=n on debug

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+4 -0)
===================================================================
--- test/run-sql-test.sh    2013-05-15 19:11:28 +0900 (a3d8737)
+++ test/run-sql-test.sh    2013-05-15 19:11:56 +0900 (08c9659)
@@ -174,6 +174,10 @@ test_suite_names=""
 test_names=""
 while [ $# -gt 0 ]; do
     case "$1" in
+	--manual-gdb)
+	    n_processors=1
+	    break
+	    ;;
 	--*)
 	    break
 	    ;;
-------------- next part --------------
HTML����������������������������...
Descargar 



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