From c11b5ddfa80d2c078714d61049aa3712a0ea1d93 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Mon, 6 Oct 2008 19:34:00 +0200 Subject: [PATCH] WL#4189 add verbose also when starting check testcase --- mysql-test/mysql-test-run.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 53f916a630a..b2a074f70b2 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4210,6 +4210,7 @@ sub start_check_testcase ($$$) { error => $errfile, args => \$args, user_data => $errfile, + verbose => $opt_verbose, ); mtr_report("Started $proc");