Skip to content

Commit c315908

Browse files
committed
Explain a mystery
1 parent ebb6b39 commit c315908

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/coveragetest.py

+4
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ def command_line(self, args, ret=OK):
348348
ret_actual = command_line(args)
349349
self.assertEqual(ret_actual, ret)
350350

351+
# Some distros rename the coverage command, and need a way to indicate
352+
# their new command name to the tests. This is here for them to override,
353+
# for example:
354+
# https://salsa.debian.org/debian/pkg-python-coverage/-/blob/master/debian/patches/02.rename-public-programs.patch
351355
coverage_command = "coverage"
352356

353357
def run_command(self, cmd):

0 commit comments

Comments
 (0)