diff options
author | Jose <jose@zeroc.com> | 2019-04-23 22:58:30 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-04-23 22:58:30 +0200 |
commit | 9c8d2e9088f55d0d5d1492c9e46fc79aa587545c (patch) | |
tree | c3b6ca7b21f5a0fdbbc4a8d00de72bec96cb98db /scripts/Util.py | |
parent | Swift test updates (diff) | |
download | ice-9c8d2e9088f55d0d5d1492c9e46fc79aa587545c.tar.bz2 ice-9c8d2e9088f55d0d5d1492c9e46fc79aa587545c.tar.xz ice-9c8d2e9088f55d0d5d1492c9e46fc79aa587545c.zip |
macOS test driver updates
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index f333ac1fb22..deaee0a5cef 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -3803,7 +3803,7 @@ class SwiftMapping(Mapping): targetBuildDir = re.search("\sTARGET_BUILD_DIR = (.*)", run(cmd)).groups(1)[0] - return "{0}/TestDriver.app/Contents/MacOS/TestDriver {1}.{2} {3}".format( + return "{0}/TestDriver.app/Contents/MacOS/TestDriver {1} {2} {3}".format( targetBuildDir, package, exe, |