Skip to content

Commit e3114dc

Browse files
committed
Update outdated gcovr patch
1 parent b7c634f commit e3114dc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gcovr-patches.diff

-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ index 034779c86d29..e68b239c424f 100755
2121
if options.root is not None:
2222
if not options.root:
2323
sys.stderr.write(
24-
@@ -2155,6 +2158,7 @@ if options.root is not None:
25-
else:
26-
root_dir = starting_dir
27-
options.root_filter = re.compile(re.escape(root_dir + os.sep))
28-
+ starting_dir = root_dir
29-
30-
for i in range(0, len(options.filter)):
31-
options.filter[i] = re.compile(options.filter[i])

0 commit comments

Comments
 (0)