From 897619d8b26d43b527a18cbb4c56bf6dd5c5ad7c Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Thu, 21 May 2015 16:18:57 +0200 Subject: [PATCH] Add an asterisk to the toplevel testss --- js/server/modules/org/arangodb/testing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/server/modules/org/arangodb/testing.js b/js/server/modules/org/arangodb/testing.js index 7c32240c95..c9d058ecfc 100644 --- a/js/server/modules/org/arangodb/testing.js +++ b/js/server/modules/org/arangodb/testing.js @@ -1885,7 +1885,7 @@ function unitTestPrettyPrintResults(r) { var isSuccess = true; var oneOutput = ""; - oneOutput = "Testrun: " + testrun + "\n"; + oneOutput = "* Testrun: " + testrun + "\n"; var successTests = {}; for (test in r[testrun]) { if (r[testrun].hasOwnProperty(test) && (internalMembers.indexOf(test) === -1)) {