Skip to content

Commit 54322b2

Browse files
committed
[test] Pass cmake location to build-script invocation in test
The test fails without it with Xcode 26 beta
1 parent 016e55b commit 54322b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/BuildSystem/build_worktree.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RUN: git -C %t/swift worktree add --detach %t/swift-worktree
1313

1414
# Invoke the build script from the worktree.
15-
# RUN: %t/swift-worktree/utils/build-script --dry-run | %FileCheck -DARCH=%target-arch %s
15+
# RUN: %t/swift-worktree/utils/build-script --dry-run --cmake %cmake | %FileCheck -DARCH=%target-arch %s
1616

1717
# We should generate a build system for the linked worktree, not the main
1818
# worktree.

0 commit comments

Comments
 (0)