#!/usr/bin/env python3 import glob import subprocess if __name__ == '__main__': cov_files = list(glob.glob('tests/cov-report*.bin')) base_cmd = ['OpenCppCoverage', '--quiet', '--export_type=cobertura:cobertura.xml'] + ['--input_coverage={}'.format(f) for f in cov_files] subprocess.check_call(base_cmd) git' href='https://git.le-fay.org/freebsd/ports' title='freebsd/ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql73-server/files/patch-at
blob: 93e68a708211dff4f7859fe38ab104ce5bbd8417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../doc/Makefile.orig	Sun Nov 29 06:30:13 1998
+++ ../doc/Makefile	Mon Jun 21 17:00:13 1999
@@ -12,7 +12,7 @@
 #
 #----------------------------------------------------------------------------
 
-PGDOCS= $(POSTGRESDIR)/doc
+PGDOCS= $(POSTDOCDIR)
 SRCDIR= ../src
 
 TAR= tar