null+****@clear*****
null+****@clear*****
2011年 7月 13日 (水) 08:44:54 JST
Kouhei Sutou 2011-07-12 23:44:54 +0000 (Tue, 12 Jul 2011)
New Revision: 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-12 23:37:15 +0000 (baef484)
+++ test/run-sql-test.sh 2011-07-12 23:44:54 +0000 (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 \
+ "$@")