[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] don't retry failed test.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:26:49 JST 2012


Kouhei Sutou	2011-07-13 08:44:54 +0900 (Wed, 13 Jul 2011)

  New Revision: a17bec918686c804216ac0bbb7d8c8eb7356c4e9
  https://github.com/mroonga/mroonga/commit/a17bec918686c804216ac0bbb7d8c8eb7356c4e9

  Log:
    [test] don't retry failed test.

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

  Modified: test/run-sql-test.sh (+6 -2)
===================================================================
--- test/run-sql-test.sh    2011-07-13 08:37:15 +0900 (baef484)
+++ test/run-sql-test.sh    2011-07-13 08:44:54 +0900 (6f586ff)
@@ -50,5 +50,9 @@ done
 make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir} > /dev/null
 
 (cd "$build_mysql_test_dir" && \
-    ./mysql-test-run.pl --no-check-testcases \
-    --suite="${test_suite_names}" --force "$@")
+    ./mysql-test-run.pl \
+    --no-check-testcases \
+    --retry=1 \
+    --suite="${test_suite_names}" \
+    --force \
+    "$@")
-------------- next part --------------
HTML����������������������������...
Download 



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