summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-04-23 22:58:30 +0200
committerJose <jose@zeroc.com>2019-04-23 22:58:30 +0200
commit9c8d2e9088f55d0d5d1492c9e46fc79aa587545c (patch)
treec3b6ca7b21f5a0fdbbc4a8d00de72bec96cb98db /scripts/Util.py
parentSwift test updates (diff)
downloadice-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.py2
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,