mirror of https://gitee.com/bigwinds/arangodb
Cleanup cleanupDirectories list after cleanup of directories.
This commit is contained in:
parent
5f217c5781
commit
faef09a576
|
@ -454,6 +454,7 @@ function cleanupDBDirectories(options) {
|
|||
// print("deleted " + cleanupDirectories[i]);
|
||||
}
|
||||
}
|
||||
cleanupDirectories = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue