summaryrefslogtreecommitdiff
path: root/js/demo/Ice/throughput/expect.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-04 22:58:12 +0100
committerJose <jose@zeroc.com>2014-11-04 22:58:12 +0100
commit1135f90ccfab6a9ca3bbf8c787685cc3995f28a4 (patch)
treefecd739a56942931843983f70c07599d298bbe6b /js/demo/Ice/throughput/expect.py
parentFixed (ICE-5824) - Freeze test doesn't catch Errors (diff)
downloadice-1135f90ccfab6a9ca3bbf8c787685cc3995f28a4.tar.bz2
ice-1135f90ccfab6a9ca3bbf8c787685cc3995f28a4.tar.xz
ice-1135f90ccfab6a9ca3bbf8c787685cc3995f28a4.zip
Fixes for binary distributions
Diffstat (limited to 'js/demo/Ice/throughput/expect.py')
-rwxr-xr-xjs/demo/Ice/throughput/expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/demo/Ice/throughput/expect.py b/js/demo/Ice/throughput/expect.py
index c134c708034..92c7036e6e7 100755
--- a/js/demo/Ice/throughput/expect.py
+++ b/js/demo/Ice/throughput/expect.py
@@ -25,6 +25,6 @@ from demoscript.Ice import throughput
server = Util.spawn('./server --Ice.PrintAdapterReady', Util.getMirrorDir("cpp"), mapping="cpp")
server.expect('.* ready')
-client = Util.spawn('node Client.js')
+client = Util.spawn(Util.getNodeCommand() + ' Client.js')
throughput.run(client, server)