summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-05-31 02:01:09 +0200
committerAxel Beckert <abe@deuxchevaux.org>2013-05-31 02:01:09 +0200
commit5ee2676c4e03daba7d9396706a3a3676277dee34 (patch)
tree8573573f118af399959eba513587a5bd0a44e946
parent35d13111ae193b1d19a7f6ffab2859674d3780c4 (diff)
downloadzsh-5ee2676c4e03daba7d9396706a3a3676277dee34.tar.gz
zsh-5ee2676c4e03daba7d9396706a3a3676277dee34.zip
Run test-suite on static build, too, but ignore result for now
-rwxr-xr-xdebian/rules1
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