summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
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 f0b3a893d02..c103a322811 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -3789,7 +3789,7 @@ class SwiftMapping(Mapping):
testdir = self.component.getTestDir(self)
assert(current.testcase.getPath(current).startswith(testdir))
package = current.testcase.getPath(current)[len(testdir) + 1:].replace(os.sep, ".")
- return "{0}/swift/xcode/build/Products/{1}/TestDriver.app/Contents/MacOS/TestDriver {2}.{3} {4}".format(
+ return "{0}/swift/build/Products/{1}/TestDriver.app/Contents/MacOS/TestDriver {2}.{3} {4}".format(
toplevel,
current.config.buildConfig,
package,