[Libreoffice-commits] buildbot.git: lcov-report/lcov-report.sh
Maarten Hoes
hoes.maarten at gmail.com
Wed Mar 4 13:24:50 PST 2015
lcov-report/lcov-report.sh | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1ba25afb4b0021f8d77f961ba4923fa27c390c62
Author: Maarten Hoes <hoes.maarten at gmail.com>
Date: Wed Mar 4 21:14:19 2015 +0100
Also readlink -f BUILD_DIR when running BEFORE or AFTER.
Change-Id: Ibce70d6cf3deb289bb6bdd8727f6d8680895f518
Reviewed-on: https://gerrit.libreoffice.org/14746
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/lcov-report/lcov-report.sh b/lcov-report/lcov-report.sh
index 1e7cbd2..ab62d68 100755
--- a/lcov-report/lcov-report.sh
+++ b/lcov-report/lcov-report.sh
@@ -85,6 +85,8 @@ init()
if [ -z "${SRC_DIR?}" ] ; then
die "When specifying '-a', you also need to specify '-s'."
fi
+
+ BUILD_DIR=$(readlink -f "${BUILD_DIR?}")
fi
if [ "${BEFORE?}" = "TRUE" ] ; then
More information about the Libreoffice-commits
mailing list