mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
This commit is contained in:
commit
d46fba735b
|
@ -3898,7 +3898,7 @@ function unitTest(cases, options) {
|
||||||
if (globalStatus && !serverCrashed) {
|
if (globalStatus && !serverCrashed) {
|
||||||
cleanupDBDirectories(options);
|
cleanupDBDirectories(options);
|
||||||
} else {
|
} else {
|
||||||
print("since some tests weren't successfully, not cleaning up: \n" +
|
print("not cleaning up as some tests weren't successful:\n" +
|
||||||
yaml.safeDump(cleanupDirectories));
|
yaml.safeDump(cleanupDirectories));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue