summaryrefslogtreecommitdiff
path: root/mysql-test/lib/mtr_stress.pl
diff options
context:
space:
mode:
authorBjorn Munch <Bjorn.Munch@sun.com>2009-11-19 13:19:11 +0100
committerBjorn Munch <Bjorn.Munch@sun.com>2009-11-19 13:19:11 +0100
commit154ca3d925d3ea3296689316e46d7e1f5b7076ba (patch)
treea1515bf13c342d5df09cd7e6e570eecfd14e4142 /mysql-test/lib/mtr_stress.pl
parenta9fd7242b569ed91893a5c9fcd75ceefc638ca6e (diff)
downloadmariadb-git-154ca3d925d3ea3296689316e46d7e1f5b7076ba.tar.gz
Bug #48683 mysql-stress-test fails with "Value ... invalid for option abort-on-error"
Add =1 to --abort-on-error argument
Diffstat (limited to 'mysql-test/lib/mtr_stress.pl')
-rw-r--r--mysql-test/lib/mtr_stress.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_stress.pl b/mysql-test/lib/mtr_stress.pl
index cd5c7b0dbb7..702bc178ae5 100644
--- a/mysql-test/lib/mtr_stress.pl
+++ b/mysql-test/lib/mtr_stress.pl
@@ -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 )
{