[Python-modules-commits] [sphinx] 02/02: Do not run tests with --verbose flag during build.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Aug 6 11:06:16 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository sphinx.

commit b7d996447fb73d12b4fc40b294c1aa257f9cd28b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Aug 6 14:04:07 2017 +0300

    Do not run tests with --verbose flag during build.
    
    To make the output easier to read.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9c5b5ce..7e6bacb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ sphinx (1.6.3-1) UNRELEASED; urgency=medium
   * Skip running websupport tests during build, to avoid build-dependency
     loop with sphinxcontrib-websupport.
   * Remove useless FIXME comment from debian/rules.
+  * Do not run tests with --verbose flag during build, to make the output
+    easier to read.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 09 Jul 2017 12:12:43 +0300
 
diff --git a/debian/rules b/debian/rules
index 950a99b..fc5d1f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,9 +59,9 @@ ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	export LC_ALL=C.UTF-8 && \
 	set -ex; for py in $(shell pyversions -r) $(shell py3versions -r); do \
 		if [ "$$py" \< "python3.5" ]; then \
-			$$py tests/run.py --verbose --ignore tests/test_websupport.py --ignore tests/test_api_translator.py --ignore tests/py35; \
+			$$py tests/run.py --ignore tests/test_websupport.py --ignore tests/test_api_translator.py --ignore tests/py35; \
 		else \
-			$$py tests/run.py --verbose --ignore tests/test_websupport.py --ignore tests/test_api_translator.py; \
+			$$py tests/run.py --ignore tests/test_websupport.py --ignore tests/test_api_translator.py; \
 		fi; \
 	done
 	rm -rf build/py2/tests/ build/py3/tests/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list