diff options
author | Joe George <joe@zeroc.com> | 2016-07-14 12:24:37 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-14 12:24:37 -0400 |
commit | cb1661ed989e8d15b173a7cc718ea4b4c3709a43 (patch) | |
tree | a499d1e86e9e81f62a028e4d3d2d233f5783ce1c /scripts/TestUtil.py | |
parent | Update JavaScript dependencies (diff) | |
download | ice-cb1661ed989e8d15b173a7cc718ea4b4c3709a43.tar.bz2 ice-cb1661ed989e8d15b173a7cc718ea4b4c3709a43.tar.xz ice-cb1661ed989e8d15b173a7cc718ea4b4c3709a43.zip |
Improve Node.js test not supported message
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): |