Skip to content

Commit f1ac9b2

Browse files
authored
Exclude checks for swift test from swiftpm.md for now
Enabling this check requires swiftlang/swift-package-manager#9114 to be merged first, which is currently failing due to an unfixed regression on `main`.
1 parent 2ca6911 commit f1ac9b2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

wasm/swiftpm.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,7 @@ RUN: cp -r %S/Hello %t.dir
4444
CHECK-EMBEDDED-RUN-OUTPUT-NEXT: Hello from WASILibc!
4545
```
4646
47-
4. Running tests from the newly created package:
48-
49-
a) Non-embedded Swift SDK
50-
51-
```
52-
RUN: %{swift-sdk} list | grep -v embedded | xargs %{swift-test} --package-path %t.dir/Hello --swift-sdk | %{FileCheck} --check-prefix CHECK-RUN-OUTPUT %s
53-
```
54-
55-
56-
5. Clean up installed Swift SDK:
47+
4. Clean up installed Swift SDK:
5748
5849
```
5950
RUN: find %{swiftpm_homedir}/ -d 1 | xargs rm -rf

0 commit comments

Comments
 (0)