mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
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:
parent
3a5fe88d02
commit
d3b3778477
1 changed files with 3 additions and 0 deletions
|
@ -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/");
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue