Decrease chattiness of ci-build.sh; error reporting is not reduced

(but error visibility increased, because there is less output overall)
This commit is contained in:
enkore 2016-02-08 10:10:28 +01:00
parent a83a53dec0
commit e2a0097316

View File

@ -19,7 +19,7 @@ PYTHONPATH=${BUILD}/test-install python3 setup.py --quiet install --install-lib
test -f ${BUILD}/test-install-bin/i3pystatus
test -f ${BUILD}/test-install-bin/i3pystatus-setting-util
PYTHONPATH=${BUILD}/test-install py.test --junitxml ${BUILD}/testlog.xml tests
PYTHONPATH=${BUILD}/test-install py.test -q --junitxml ${BUILD}/testlog.xml tests
# Check that the docs build w/o warnings (-W flag)
sphinx-build -b html -W docs ${BUILD}/docs/
sphinx-build -Nq -b html -W docs ${BUILD}/docs/