Skip to content

Commit

Permalink
Revert "[UTC] Fix git URL regex"
Browse files Browse the repository at this point in the history
This reverts commit 6d64faf, as it is
built on top of https://reviews.llvm.org/D148216 which is broken.

See also #63746
  • Loading branch information
jdoerfert committed Jul 14, 2023
1 parent c1b1c40 commit 75836eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/UpdateTestChecks/common.py
Expand Up @@ -1577,7 +1577,7 @@ def add(var):

# The capture group is kept as is, followed by a {{.*}} glob
METADATA_FILTERS = [
r"(\w+ version )[\d.]+ \([\w.:/@-]+\.git \w+\)",
r"(\w+ version )[\d.]+ \(git@[\w.:/-]+\.git \w+\)",
r'(!DIFile\(filename: ".+", directory: )".+"',
]
METADATA_FILTERS_RE = [re.compile(s) for s in METADATA_FILTERS]
Expand Down

0 comments on commit 75836eb

Please sign in to comment.