Navigation Menu

Skip to content

Commit

Permalink
[test] don't retry failed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 12, 2011
1 parent 99f7109 commit a17bec9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/run-sql-test.sh
Expand Up @@ -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 \
"$@")

0 comments on commit a17bec9

Please sign in to comment.