BUG#27477 Remove tmp-directory on MTR start

mysql-test/mysql-test-run.pl:
  Remove tmp-directory on MTR start
This commit is contained in:
Leonard Zhou 2008-12-09 18:52:10 +08:00
parent 3a5fe88d02
commit d3b3778477

View file

@ -2386,6 +2386,9 @@ sub remove_stale_vardir () {
mtr_verbose("Removing $opt_vardir/");
mtr_rmtree("$opt_vardir/");
}
# Remove the "tmp" dir
mtr_verbose("Removing $opt_tmpdir/");
mtr_rmtree("$opt_tmpdir/");
}
#