diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-04 10:40:24 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-04 10:40:24 +0200 |
commit | 69254ed93114cd5cee8782ba1c836b5e20cb29b9 (patch) | |
tree | 33385452ce28bc4467ab0587bef75a19f4443954 | |
parent | 1da3f18f15bc44b45c77c8ba33537ddf75ac8833 (diff) |
ignore failures in tests
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1533 ef36b2f9-881f-0410-afb5-c4e39611909c
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 74488f3..972a4bc 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,7 @@ override_dh_auto_configure: --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --with-pam-seclib-dir=/lib/$(DEB_HOST_MULTIARCH)/security \ --enable-warnings + +# run the tests but ignore the results +override_dh_auto_test: + -dh_auto_test |