Skip to content

Commit

Permalink
Fix fuzzy tests (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed May 8, 2024
1 parent 10dcd70 commit 87e0442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/patch_hictkpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def make_cli() -> argparse.ArgumentParser:
git_tag = args["git_tag"]

pattern = re.compile(
r"(FetchContent_Declare\(\s+hictk\s+)URL.*(\s+)URL_HASH.*(\s+SYSTEM\))"
r"(FetchContent_Declare\(\s+hictk\s+)URL.*(\s+)URL_HASH.*(\s+EXCLUDE_FROM_ALL\s+SYSTEM\))"
)

with open(args["cmakelists"]) as f:
Expand Down

0 comments on commit 87e0442

Please sign in to comment.