diff options
author | Jose <jose@zeroc.com> | 2014-11-04 22:58:12 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-04 22:58:12 +0100 |
commit | 1135f90ccfab6a9ca3bbf8c787685cc3995f28a4 (patch) | |
tree | fecd739a56942931843983f70c07599d298bbe6b /js/demo/Ice/throughput/expect.py | |
parent | Fixed (ICE-5824) - Freeze test doesn't catch Errors (diff) | |
download | ice-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-x | js/demo/Ice/throughput/expect.py | 2 |
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) |