diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-05-31 02:01:09 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-05-31 02:01:09 +0200 |
commit | 5ee2676c4e03daba7d9396706a3a3676277dee34 (patch) | |
tree | 8573573f118af399959eba513587a5bd0a44e946 | |
parent | 35d13111ae193b1d19a7f6ffab2859674d3780c4 (diff) | |
download | zsh-5ee2676c4e03daba7d9396706a3a3676277dee34.tar.gz zsh-5ee2676c4e03daba7d9396706a3a3676277dee34.zip |
Run test-suite on static build, too, but ignore result for now
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 879934c55..5f219605c 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,7 @@ build-indep: configure-stamp build-static: configure-static-stamp dh_testdir dh_auto_build -B obj-static --parallel + HOME="$(CURDIR)/obj-static/testhome" dh_auto_test -B obj-static --parallel || true touch $@ build-debug: DEB_BUILD_OPTIONS+=debug |