Navigation Menu

Skip to content

Commit

Permalink
[test][sql] support extra arguments for mysql-test-run.pl.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 11, 2011
1 parent c105a16 commit 9522a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-sql-test.sh
Expand Up @@ -49,4 +49,4 @@ make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir}

(cd "$build_mysql_test_dir" && \
./mysql-test-run.pl --no-check-testcases \
--suite="${test_suite_name}" --force)
--suite="${test_suite_name}" --force "$@")

0 comments on commit 9522a62

Please sign in to comment.