null+****@clear*****
null+****@clear*****
2011年 4月 11日 (月) 21:28:02 JST
Kouhei Sutou 2011-04-11 12:28:02 +0000 (Mon, 11 Apr 2011) New Revision: 9522a62c753a78707b06ef1a3b2b648105510438 Log: [test][sql] support extra arguments for mysql-test-run.pl. Modified files: test/run-sql-test.sh Modified: test/run-sql-test.sh (+1 -1) =================================================================== --- test/run-sql-test.sh 2011-04-08 10:31:31 +0000 (7004161) +++ test/run-sql-test.sh 2011-04-11 12:28:02 +0000 (6d2921a) @@ -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 "$@")