Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 27, 2024
1 parent dbbd219 commit 25b1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builder/actions/xcode-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
class XCodeTests(Builder.Action):
def run(self, env):
destination = env.shell.getenv("XCODE_DESTINATION")
env.shell.exec("xcodebuld", "-scheme AwsCommonRuntimeKit test -destination {}".format(destination),
env.shell.exec("xcodebuld", "-scheme AwsCommonRuntimeKit test -destination \'{}\'".format(destination),
check=True)

0 comments on commit 25b1a84

Please sign in to comment.