mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Specify prefix for lcov output.
This prevents pages from moving around depending on the subtest.
This commit is contained in:
parent
f4ed36d128
commit
a2030da200
@ -1178,6 +1178,7 @@ eval
|
||||
{
|
||||
executeTest(
|
||||
"genhtml ${strLCovFile} --config-file=${strBackRestBase}/test/src/lcov.conf" .
|
||||
" --prefix=${strBackRestBase}/test/.vagrant/code" .
|
||||
" --output-directory=${strBackRestBase}/test/coverage/c");
|
||||
|
||||
foreach my $strCodeModule (sort(keys(%{$hCoverageActual})))
|
||||
|
Loading…
Reference in New Issue
Block a user