summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-02-26 22:34:33 +0100
committerJose <jose@zeroc.com>2016-02-26 22:34:33 +0100
commita49c0891ba79d48ee9fb9916e108c1c20b870885 (patch)
tree514ccb37641668a80fdc97a6b95e4fa3477ad3fa /scripts/TestUtil.py
parentUpdate ice-builder version (diff)
downloadice-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-xscripts/TestUtil.py2
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():