diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-01-27 10:39:42 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-01-27 10:39:42 +0100 |
commit | 3dbc5cf41861324bc0372772af972b6d78dcdc08 (patch) | |
tree | 282bdf1f2d4f94a1c3680cc8219ef7d4db0fc96a /mysql-test/mysql-test-run.pl | |
parent | 0618b83622a788141ff98984126f1dc850ae0a68 (diff) | |
download | mariadb-git-3dbc5cf41861324bc0372772af972b6d78dcdc08.tar.gz |
WL#4189 mtr.pl v2
- Pass verbose flag to My::SafeProcess also when starting
check_warnings and run_on_all
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4aa5030c6f5..841757af251 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2908,6 +2908,7 @@ sub start_run_one ($$) { output => $errfile, args => \$args, user_data => $errfile, + verbose => $opt_verbose, ); mtr_verbose("Started $proc"); return $proc; @@ -3402,6 +3403,7 @@ sub start_check_warnings ($$) { output => $errfile, args => \$args, user_data => $errfile, + verbose => $opt_verbose, ); mtr_verbose("Started $proc"); return $proc; |