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 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(): |