lcov-report/lcov-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 410781e98f876d5d1c892c5e967a6d54c2d33e64 Author: Maarten Hoes <[email protected]> Date: Mon Nov 17 12:26:06 2014 +0100 Add missing '/' in directory/file pathname. Change-Id: I178239e8a504a612fa6b87cf37710d31a2d9bd13 Reviewed-on: https://gerrit.libreoffice.org/12512 Reviewed-by: Norbert Thiebaud <[email protected]> Tested-by: Norbert Thiebaud <[email protected]> diff --git a/lcov-report/lcov-report.sh b/lcov-report/lcov-report.sh index a490b3b..bcd5116 100755 --- a/lcov-report/lcov-report.sh +++ b/lcov-report/lcov-report.sh @@ -139,7 +139,7 @@ lcov_tracefile_cleanup() lcov --rc geninfo_auto_base=1 --remove "${TRACEFILE_DIR?}/lcov_total.info" \ "/usr/include/*" "/usr/lib/*" "${SRC_DIR?}/*/UnpackedTarball/*" "${SRC_DIR?}/workdir/*" \ "${BUILD_DIR?}/workdir/*" "${SRC_DIR?}/instdir/*" "${SRC_DIR?}/external/*" \ - -o "${TRACEFILE_DIR?}lcov_filtered.info" \ + -o "${TRACEFILE_DIR?}/lcov_filtered.info" \ || die "tracefile generation ${TRACEFILE_DIR?}/lcov_filtered.info failed." } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
