diff options
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) |