Commit 9f4f77ab authored by unknown's avatar unknown

Remove printouts


mysql-test/mysql-test-run.pl:
  Remove extra printouts
parent a7a2db66
......@@ -2077,7 +2077,6 @@ sub save_installed_db () {
foreach my $data_dir (@data_dir_lst)
{
my $name= basename($data_dir);
print "$data_dir\n";
copy_dir("$data_dir", "$path_snapshot/$name");
}
}
......@@ -2097,7 +2096,6 @@ sub restore_installed_db () {
foreach my $data_dir (@data_dir_lst)
{
my $name= basename($data_dir);
print "$data_dir\n";
rmtree("$data_dir");
copy_dir("$path_snapshot/$name", "$data_dir");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment