We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249ebec commit c6be911Copy full SHA for c6be911
swift/example_code/s3/presigned-urls/test.sh
@@ -2,13 +2,10 @@
2
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
# SPDX-License-Identifier: Apache-2.0
4
#
5
-# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
6
-# SPDX-License-Identifier: Apache-2.0
7
-#
8
# A script that is run by `swiftbuild.py` instead of using `swiftc test` to
9
# test this example, which does not have a standard Swift test available.
10
11
# A swiftbuild test script returns 0 on success, any other integer on fail.
12
13
# There are no tests for this example, so always pass.
14
-exit 0
+exit 0
0 commit comments