summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
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():