diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-09-29 20:36:18 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-09-29 20:36:18 +0200 |
commit | f5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f (patch) | |
tree | 60d3c1b0c7913f24addd0e6775dfb24e7cd5b5b9 | |
parent | 79035529e0b585f29869ce8f0a164b659419a71a (diff) | |
download | zsh-f5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f.tar.gz zsh-f5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f.zip |
Do not run (already ignored) test suite on static build to mitigate #760061
-rwxr-xr-x | debian/rules | 2 |
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 |