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 016e55b commit 54322b2Copy full SHA for 54322b2
validation-test/BuildSystem/build_worktree.test
@@ -12,7 +12,7 @@
12
# RUN: git -C %t/swift worktree add --detach %t/swift-worktree
13
14
# Invoke the build script from the worktree.
15
-# RUN: %t/swift-worktree/utils/build-script --dry-run | %FileCheck -DARCH=%target-arch %s
+# RUN: %t/swift-worktree/utils/build-script --dry-run --cmake %cmake | %FileCheck -DARCH=%target-arch %s
16
17
# We should generate a build system for the linked worktree, not the main
18
# worktree.
0 commit comments