diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-09-29 15:12:18 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-09-29 15:12:18 +0200 |
commit | 532ce9af8eab64542887c9594d6d78aa11ffa421 (patch) | |
tree | 62d99caaf62539e4fbbec31ec2505259ea4b0bae /scripts/TestUtil.py | |
parent | Update JavaScript BuildInstructions (diff) | |
download | ice-532ce9af8eab64542887c9594d6d78aa11ffa421.tar.bz2 ice-532ce9af8eab64542887c9594d6d78aa11ffa421.tar.xz ice-532ce9af8eab64542887c9594d6d78aa11ffa421.zip |
Fixed ICE-7351 -- removed --harmony flag for NodeJS tests
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 3375ddc5f85..e2fd5375960 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1254,7 +1254,6 @@ def getCommandLine(exe, config, options = "", interpreterOptions = "", cfgName = output.write(" -f \""+ exe +"\" -- ") elif config.lang == "js": output.write(nodeCmd) - output.write(" --harmony") if interpreterOptions: output.write(" " + interpreterOptions) output.write(' "%s" ' % exe) |