Navigation Menu

Skip to content

Commit

Permalink
Add more mysql-test arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent 51d1aa9 commit aca0fe8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sync.sh
Expand Up @@ -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
Expand Down

0 comments on commit aca0fe8

Please sign in to comment.