diff options
author | unknown <mwagner@here.mwagner.org> | 2004-08-26 16:44:01 -0500 |
---|---|---|
committer | unknown <mwagner@here.mwagner.org> | 2004-08-26 16:44:01 -0500 |
commit | ca73f23251d499749555fdd769b19b41995b0092 (patch) | |
tree | bcad2f8adae2fa718a5915b59c50b86a176545e0 /Build-tools | |
parent | 56cfc57a041626f6402c4e785998bb37c65311b7 (diff) | |
download | mariadb-git-ca73f23251d499749555fdd769b19b41995b0092.tar.gz |
Do-compile:mysql-4.1.4
Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
Build-tools/Do-compile:
Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index c17995f5779..f3c20c81a9f 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -376,7 +376,7 @@ if ($opt_stage <= 5 && !$opt_no_test && !$opt_no_mysqltest) log_timestamp(); system("mkdir $bench_tmpdir") if (! -d $bench_tmpdir); safe_cd("${test_dir}/mysql-test"); - check_system("./mysql-test-run $flags --warnings --tmpdir=$bench_tmpdir --master_port=$mysql_tcp_port --slave_port=$slave_port --ndbcluster_port=$ndbcluster_port --manager-port=$manager_port --no-manager --sleep=10", "tests were successful"); + check_system("./mysql-test-run $flags --tmpdir=$bench_tmpdir --master_port=$mysql_tcp_port --slave_port=$slave_port --ndbcluster_port=$ndbcluster_port --manager-port=$manager_port --no-manager --sleep=10", "tests were successful"); } # |