From 19c06e01dd65e68410f2ae93adbb92f0129003ec Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 5 Apr 2016 11:29:41 +0200 Subject: [PATCH] fixed wrong text --- js/client/modules/@arangodb/testing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client/modules/@arangodb/testing.js b/js/client/modules/@arangodb/testing.js index 6e3d9da76a..f6d6582073 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)); }