1
0
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:
David Steele 2018-03-20 16:01:38 -04:00
parent f4ed36d128
commit a2030da200

View File

@ -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})))