1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #48683 mysql-stress-test fails with "Value ... invalid for option abort-on-error"

Add =1 to --abort-on-error argument
This commit is contained in:
Bjorn Munch
2009-11-19 13:19:11 +01:00
parent db1b1160dd
commit 94f138eb5b
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ sub run_stress_test ()
mtr_add_arg($args, "--verbose");
mtr_add_arg($args, "--cleanup");
mtr_add_arg($args, "--log-error-details");
mtr_add_arg($args, "--abort-on-error");
mtr_add_arg($args, "--abort-on-error=1");
if ( $::opt_stress_init_file )
{