diff options
author | Karl Ramm <kcr@1ts.org> | 2013-09-28 19:24:02 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-09-28 19:24:02 -0400 |
commit | 61983d326c02022f3db939bd34e9c3cf6e8699a3 (patch) | |
tree | 19a9efeaddce5108cc77e359b498d9d5f5b33f5f | |
parent | 124bccf49c41e6747d4942f1dd338d3673c7d515 (diff) |
The python tests are too fragile to try and make anyone but Mark and I run them.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e931af8..bb9cac2 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ CONFIGURE_krb45=--with-krb4=/usr --with-krb5=/usr CONFIGURE_krb=--with-krb4=/usr CONFIGURE_no-krb= CFLAGS=-g -O -CHECK=check +CHECK= # see /usr/share/doc/autotools-dev/README.Debian.gz export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) |