mirror of https://gitee.com/bigwinds/arangodb
Add an asterisk to the toplevel testss
This commit is contained in:
parent
c418f10729
commit
897619d8b2
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue