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 b733fa5b20b..ea2fcbe0e82 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -2549,7 +2549,7 @@ def getTestDirectory(name, baseDir = os.getcwd()): else: buildDir = "build" if isDarwin(): - platform = "osx" + platform = "macosx" elif isUbuntu() or isDebian(): platform = "x86_64-linux-gnu" if x64 else "i386-linux-gnu" elif isAIX(): |