diff options
author | unknown <msvensson@shellback.(none)> | 2007-11-23 16:19:42 +0100 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2007-11-23 16:19:42 +0100 |
commit | e4d2c9d3c8a967165787229b0c613dccd7c552df (patch) | |
tree | 3c38d0dcbdf274c7814361a97d806325fa7af397 | |
parent | 1ada48bad5b496f9c537df20ef90995f09d407f4 (diff) | |
download | mariadb-git-e4d2c9d3c8a967165787229b0c613dccd7c552df.tar.gz |
Remove printout
-rw-r--r-- | mysql-test/lib/mtr_cases.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl index 9302a6c775b..46a0ed7e192 100644 --- a/mysql-test/lib/mtr_cases.pl +++ b/mysql-test/lib/mtr_cases.pl @@ -349,7 +349,7 @@ sub collect_one_suite($) { my @combinations; my $combination_file= "$suitedir/combinations"; - print "combination_file: $combination_file\n"; + #print "combination_file: $combination_file\n"; if (@::opt_combinations) { # take the combination from command-line |