diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 75055a80eda..2e561e207c5 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -410,7 +410,7 @@ else: iceVersion = None try: if isWin32(): - config = open(os.path.join(toplevel, "config", "Ice.props"), "r") + config = open(os.path.join(toplevel, "config", "icebuilder.props"), "r") iceVersion = re.search("<IceVersion>[\t\s]*([0-9]+\.[0-9]+(\.[0-9]+|[ab][0-9]*))</IceVersion>", config.read()).group(1) else: config = open(os.path.join(toplevel, "config", "Make.rules"), "r") |