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 1554196f904..043245cbc47 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -689,7 +689,7 @@ def getGlacier2Router(): return getIceExe("glacier2router") def getIceExe(name): - if isVC90() or isMINGW(): + if isMINGW(): return os.path.join(getServiceDir(), name) else: return os.path.join(getCppBinDir(), name) |