Skip to content

Commit a65912f

Browse files
committed
test: tweak verify-swift-feature-testing
Attempt to use `git grep` instead of `grep`. This might help reduce the cost of this test. Currently, on Windows, this test takes ~350s, placing it 2nd in the slowest tests on Windows.
1 parent 41120da commit a65912f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Misc/verify-swift-feature-testing.test-sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def find_matches(swift_src_root):
9898
# `-enable-upcoming-feature` in the test directories.
9999
output = subprocess.check_output(
100100
[
101+
"git",
101102
"grep",
102103
"--extended-regexp",
103104
"--recursive",

0 commit comments

Comments
 (0)