Skip to content

Commit

Permalink
directly use destination result
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 27, 2024
1 parent c5013ee commit 138fe96
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 @@ -11,6 +11,6 @@ def run(self, env):
'aws-crt-swift-Package',
'test',
'-destination',
'\'{}\''.format(destination)
destination
]
env.shell.exec(commands, check=True)

0 comments on commit 138fe96

Please sign in to comment.