summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-30 12:09:47 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-30 12:09:47 +0000
commit9cc4aa4e02abd0b4688f26bae9aa8730bc1b3bdb (patch)
treede79ec5c129c84307ff3a6f987f6da001d1f8810 /check
parentf4d966ae1797a150823dee397ae9c3dbf67e04b9 (diff)
downloadobnam-9cc4aa4e02abd0b4688f26bae9aa8730bc1b3bdb.tar.gz
make checks run more silently
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index dbaf4a63..4e678d67 100755
--- a/check
+++ b/check
@@ -18,8 +18,8 @@
set -e
-python setup.py clean
-python setup.py build_ext -i
+python setup.py --quiet clean
+python setup.py --quiet build_ext -i
rm -rf build
-python setup.py check "$@"
+python setup.py --quiet check "$@"
cmdtest -c ./obnam tests