Commit d3b37784 authored by Leonard Zhou's avatar Leonard Zhou

BUG#27477 Remove tmp-directory on MTR start

mysql-test/mysql-test-run.pl:
  Remove tmp-directory on MTR start
parent 3a5fe88d
......@@ -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/");
}
#
......
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