[libreoffice] 02/03: guard ENABLE_PYTESTS=y with ENABLE_PYTOHN==y

Rene Engelhard rene at moszumanska.debian.org
Fri Aug 4 13:10:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 8bbd7432c8f22673af8b9bc029d31328981b51ba
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Fri Aug 4 12:53:09 2017 +0000

    guard ENABLE_PYTESTS=y with ENABLE_PYTOHN==y
---
 rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules b/rules
index 80900ed..1be03d2 100755
--- a/rules
+++ b/rules
@@ -305,7 +305,9 @@ ifeq "$(ENABLE_JAVA)" "y"
       BUILD_TEST_PACKAGE=n
     endif
   endif
+ifeq "$(ENABLE_PYTHON)" "y"
   RUN_PYTESTS=y
+endif
 #  ifneq (,$(findstring arm,$(DEB_HOST_ARCH)))
 #    export DISABLE_CVE_TESTS=TRUE
 #  endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list