[Groonga-mysql-commit] mroonga/mariadb-sync at aca0fe8 [master] Add more mysql-test arguments

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 13 16:17:41 JST 2013


Kouhei Sutou	2013-06-13 16:17:41 +0900 (Thu, 13 Jun 2013)

  New Revision: aca0fe8f57ffd2bb49b96c644b565aec21e66f95
  https://github.com/mroonga/mariadb-sync/commit/aca0fe8f57ffd2bb49b96c644b565aec21e66f95

  Message:
    Add more mysql-test arguments

  Modified files:
    sync.sh

  Modified: sync.sh (+5 -1)
===================================================================
--- sync.sh    2013-06-13 16:17:29 +0900 (97d9fc5)
+++ sync.sh    2013-06-13 16:17:41 +0900 (b460752)
@@ -132,7 +132,11 @@ build()
 run_test()
 {
     cd "${mroonga_branch_dir}/mysql-test"
-    ./mysql-test-run --parallel=${n_processors}
+    ./mysql-test-run \
+	--parallel=${n_processors} \
+	--no-check-testcases \
+	--retry=1 \
+	--force
 }
 
 setup_repositories
-------------- next part --------------
HTML����������������������������...
Download 



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