diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-08 16:40:05 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-08 16:40:05 +0200 |
commit | 584067449d1685602179d14570bbef1d160198ca (patch) | |
tree | 4d04010f9a682314b9d287e3a4e05dccc7445adb /scripts/IceGridAdmin.py | |
parent | Remove auto_ptr instances introduced in mx branch (diff) | |
download | ice-584067449d1685602179d14570bbef1d160198ca.tar.bz2 ice-584067449d1685602179d14570bbef1d160198ca.tar.xz ice-584067449d1685602179d14570bbef1d160198ca.zip |
Fixed Win32 build issues, IceStorm test failure
Diffstat (limited to 'scripts/IceGridAdmin.py')
-rw-r--r-- | scripts/IceGridAdmin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index 7d66516563c..cbb63dd222f 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -139,6 +139,7 @@ def iceGridNodePropertiesOverride(): # overrideOptions = '' for opt in shlex.split(TestUtil.getCommandLineProperties("", TestUtil.DriverConfig("server"))): + opt = opt.strip().replace("--", "") index = opt.find("=") if index == -1: overrideOptions += ("%s=1 ") % opt |