File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
validation-test/BuildSystem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
# RUN: ln -s %swift_src_root/../yams %t/src
22
22
23
23
# Run the xcodegen test suite
24
- # RUN: xcrun swift-test --package-path %t/src/swift/utils/swift-xcodegen
24
+ # RUN: xcrun swift-test -c release --disable-dependency-cache - -package-path %t/src/swift/utils/swift-xcodegen
25
25
26
26
# Then check to see that xcodegen can generate a project successfully
27
- # RUN: xcrun swift-run --package-path %t/src/swift/utils/swift-xcodegen swift-xcodegen --project-root-dir %swift_src_root/.. --output-dir %t/out %swift_obj_root/..
27
+ # RUN: xcrun swift-run -c release --disable-dependency-cache --skip-build - -package-path %t/src/swift/utils/swift-xcodegen swift-xcodegen --project-root-dir %swift_src_root/.. --output-dir %t/out %swift_obj_root/..
28
28
# RUN: ls %t/out/Swift.xcodeproj > /dev/null
You can’t perform that action at this time.
0 commit comments