diff --git a/test/self-test.js b/test/self-test.js index 383bc45..88d2eb6 100644 --- a/test/self-test.js +++ b/test/self-test.js @@ -539,7 +539,7 @@ server.on('upgrade', function (msg, sck, head) case 'console': if (j.value != 'Command returned an exception error: TypeError: cyclic input') { - if (j.sessionid == null || process.argv.getParameter('verbose') != null) + if (j.sessionid == null || process.argv.getParameter('verbose') != null || consoleMode) { console.log('Agent: ' + j.value); }