diff --git a/js/client/modules/@arangodb/testing.js b/js/client/modules/@arangodb/testing.js index 607a670e32..b664c4c355 100644 --- a/js/client/modules/@arangodb/testing.js +++ b/js/client/modules/@arangodb/testing.js @@ -3898,7 +3898,7 @@ function unitTest(cases, options) { if (globalStatus && !serverCrashed) { cleanupDBDirectories(options); } 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)); }