Skip to content

Commit

Permalink
Update eessi/testsuite/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Moors <[email protected]>
  • Loading branch information
casparvl and smoors authored Aug 31, 2023
1 parent b639998 commit ecb3fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def find_modules(regex: str, name_only = True) -> Iterator[str]:
find_modules('gompi$') => [gompi/2022a]
find_modules('gompi', name_only = False) => [gompic/2022a, gompi/2022a, CGAL/4.14.3-gompi-2022a]
find_modules('^gompi', name_only = False) => [gompic/2022a, gompi/2022a]
find_modules('^gompi\/', name_only = False) => [gompi/2022a]
find_modules('^gompi/', name_only = False) => [gompi/2022a]
find_modules('-gompi-2022a', name_only = False) => [CGAL/4.14.3-gompi-2022a]
"""
Expand Down

0 comments on commit ecb3fc5

Please sign in to comment.