Files
mongo/buildscripts/resmokelib
Max Hirschhorn 6552887793 SERVER-69944 Switch to use Python's built-in recursive glob support.
When splitting a path of the form "a/*/b/**", globstar.iglob() would
previously have attempted to walk "a/*" as a literal directory instead
of expanding the glob pattern into a list of directories and walking
each of them.
2022-09-23 22:47:05 +00:00
..