mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
tests: small improvement for Misc/verify-swift-feature-testing.test-sh
The `git grep` command fails if the repository has a branch named `test`. Inserting a `--` in the git command line makes it clear that `test` is the directory and not the branch
This commit is contained in:
@@ -114,6 +114,7 @@ def find_matches(swift_src_root):
|
||||
# Be careful to not use RUN with a colon after it or Lit will pick
|
||||
# it up.
|
||||
"RUN[:].*-enable-(experimental|upcoming)-feature",
|
||||
"--",
|
||||
"test",
|
||||
"validation-test",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user