summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_merchant.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index a63a030..b2850b6 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -28,6 +28,7 @@ if "$1" = "--coverage"; then
--with-mint=$HOME/local \
--with-microhttpd=$HOME/local \
--enable-logging=verbose
+fi
make
make install
@@ -40,3 +41,4 @@ if "$1" = "--coverage"; then
lcov -d $TOP -c --no-external -o doc/coverage/coverage.info
lcov -r doc/coverage/coverage.info **/test_* -o doc/coverage/rcoverage.info
genhtml -o doc/coverage doc/coverage/rcoverage.info
+fi