diff --git a/js/server/modules/org/arangodb/testing.js b/js/server/modules/org/arangodb/testing.js index 74c2f9c720..5201906165 100644 --- a/js/server/modules/org/arangodb/testing.js +++ b/js/server/modules/org/arangodb/testing.js @@ -402,7 +402,7 @@ function startInstance (protocol, options, addArgs, testname) { } } } - print("up and Running in " + (time () - startTime) + " seconds"); + print("up and running in " + (time () - startTime) + " seconds"); if (!options.cluster && (require("internal").platform.substr(0,3) === 'win')) { var procdumpArgs = [ '-accepteula',