Skip to content

Commit

Permalink
how command works here?
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 27, 2024
1 parent ffc5c59 commit 6ca2c25
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("xcodebuild -scheme aws-crt-swift-Package test -destination \'{}\'".format(destination),
env.shell.exec('xcodebuild','-scheme aws-crt-swift-Package test -destination \'{}\''.format(destination),
check=True)

0 comments on commit 6ca2c25

Please sign in to comment.