summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-01-18 09:38:37 +0000
committerLars Wirzenius <liw@liw.fi>2014-01-18 09:38:37 +0000
commiteabe883c4b0b19a4f152cc4c3d51b506412aed27 (patch)
tree9bc2f12f7d49516834b981b7d413d9fd74407573 /debian/rules
parent2b72bc8a2174d6c80a86260a47719d1ebf6de8ce (diff)
downloadobnam-eabe883c4b0b19a4f152cc4c3d51b506412aed27.tar.gz
Fix how debian/rules runs fast tests only
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3b9372ea..a32d83a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,5 @@ override_dh_auto_test:
python setup.py build_ext -i
rm -rf build
cp -a test-gpghome temp.gpghome
- env GNUPGHOME=temp.gpghome python setup.py check --fast
+ env GNUPGHOME=temp.gpghome python setup.py check -ubBylLs
rm -rf temp.gpghome