diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 8861aecb8a9..033cf5c7860 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -2367,7 +2367,7 @@ def runTests(start, expanded, num = 0, script = False): args.find("ws") != -1)) or args.find("compress") != -1 or args.find("mx") != -1)): - print("%s*** test not supported with node%s" % (prefix, suffix)) + print("%s*** test not supported with Node.js%s" % (prefix, suffix)) continue if (args.find("ssl") != -1 or args.find("wss") != -1) and ("nossl" in config): |