diff options
author | Jose <jose@zeroc.com> | 2016-02-26 22:34:33 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-02-26 22:34:33 +0100 |
commit | a49c0891ba79d48ee9fb9916e108c1c20b870885 (patch) | |
tree | 514ccb37641668a80fdc97a6b95e4fa3477ad3fa /scripts/TestUtil.py | |
parent | Update ice-builder version (diff) | |
download | ice-a49c0891ba79d48ee9fb9916e108c1c20b870885.tar.bz2 ice-a49c0891ba79d48ee9fb9916e108c1c20b870885.tar.xz ice-a49c0891ba79d48ee9fb9916e108c1c20b870885.zip |
TestUtil.py getTestDirectory fix for non Windows builds
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 b8f59514471..92e4c0b88d1 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -2518,7 +2518,7 @@ def getTestDirectory(name, baseDir = os.getcwd()): else: return os.path.join(baseDir, "msbuild", platform, configuration) else: - return "name" + return "." def getTestExecutable(name, baseDir = os.getcwd()): if isWin32(): |