[libreoffice] 01/01: Revert "make check apparently includes the pyuno pytests now"

Rene Engelhard rene at moszumanska.debian.org
Tue Jun 6 22:08:17 UTC 2017


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

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit a7a902ff4dc8899b8462481b27736a5dd93dec08
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Wed Jun 7 00:08:04 2017 +0200

    Revert "make check apparently includes the pyuno pytests now"
    
    Apparently only _ssl...
    This reverts commit ca70876cf6d9c0eb7b12529d1be20f4b64a0c9d0.
---
 rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rules b/rules
index c693078..9b00d21 100755
--- a/rules
+++ b/rules
@@ -290,11 +290,13 @@ ifeq "$(ENABLE_JAVA)" "y"
       RUN_MAKE_CHECK=n
       RUN_MAKE_UICHECK=n
       ENABLE_JUNIT4=n
+      RUN_PYTESTS=n
       ENABLE_CHART_TESTS=n
       ENABLE_EXPORT_VALIDATION_TESTS=n
       BUILD_TEST_PACKAGE=n
     endif
   endif
+  RUN_PYTESTS=y
 #  ifneq (,$(findstring arm,$(DEB_HOST_ARCH)))
 #    export DISABLE_CVE_TESTS=TRUE
 #  endif
@@ -2061,6 +2063,10 @@ ifeq (,$(findstring $(DEB_HOST_ARCH),$(OOO_EXTENSIONS_ARCHS)))
 endif
 endif
 
+ifeq "$(RUN_PYTESTS)" "y"
+	cd $(SOURCE_TREE)/pyuno && $(MAKE) PythonTest_pytests
+endif
+
 install: $(STAMP_DIR)/install-common $(STAMP_DIR)/install-arch $(STAMP_DIR)/install-indep
 
 install-common: $(STAMP_DIR)/install-common

-- 
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