chiark / gitweb /
tests: make `pip3 install` quieter for shorter CI logs
authorHans-Christoph Steiner <hans@eds.org>
Wed, 18 Oct 2017 12:58:07 +0000 (14:58 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 19 Oct 2017 18:23:57 +0000 (20:23 +0200)
tests/complete-ci-tests

index 9792b5bfa6ee0df02d84e595301ac8487c6865e4..bd7e736698ff2a5ef1a4393b22a6cbee3eb32846 100755 (executable)
@@ -69,8 +69,8 @@ rm -rf $WORKSPACE/env
 $pyvenv $WORKSPACE/env
 . $WORKSPACE/env/bin/activate
 # workaround https://github.com/pypa/setuptools/issues/937
-pip3 install setuptools==33.1.1
-pip3 install dist/fdroidserver-*.tar.gz
+pip3 install --quiet setuptools==33.1.1
+pip3 install --quiet dist/fdroidserver-*.tar.gz
 
 # run tests in new pip+pyvenv install
 fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests $apksource
@@ -83,8 +83,8 @@ rm -rf $WORKSPACE/env
 $pyvenv $WORKSPACE/env
 . $WORKSPACE/env/bin/activate
 # workaround https://github.com/pypa/setuptools/issues/937
-pip3 install setuptools==33.1.1
-pip3 install -e $WORKSPACE
+pip3 install --quiet setuptools==33.1.1
+pip3 install --quiet -e $WORKSPACE
 python3 setup.py install
 
 # run tests in new pip+pyvenv install