summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-09-29 20:36:18 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-09-29 20:36:18 +0200
commitf5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f (patch)
tree60d3c1b0c7913f24addd0e6775dfb24e7cd5b5b9
parent79035529e0b585f29869ce8f0a164b659419a71a (diff)
downloadzsh-f5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f.tar.gz
zsh-f5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f.zip
Do not run (already ignored) test suite on static build to mitigate #760061
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7a2ea5776..f368f9ebe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ build-indep: configure-stamp
build-static: configure-static-stamp
dh_testdir
dh_auto_build -B obj-static --parallel
- HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static --parallel || true
+ #HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static --parallel || true
touch $@
build-debug: DEB_BUILD_OPTIONS+=debug