diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-09-09 00:41:07 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-09-09 00:41:07 +0200 |
commit | 741c837e7df48f347105f1cf06e3406d5379c14a (patch) | |
tree | 23d0446042491acd2453ceadc132fe269eb78e80 | |
parent | 7f57499fc9439630cbb804af543eff54f59fd739 (diff) | |
download | zsh-741c837e7df48f347105f1cf06e3406d5379c14a.tar.gz zsh-741c837e7df48f347105f1cf06e3406d5379c14a.zip |
Reenable running build-time testsuite against zsh-static
(See discussion in #993843.)
Gbp-Dch: Full
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a820dfe83..24509c834 100755 --- a/debian/rules +++ b/debian/rules @@ -70,7 +70,7 @@ override_dh_auto_test-arch: if dpkg-architecture -qDEB_BUILD_ARCH_OS | grep -qv hurd; then \ HOME="$(CURDIR)/obj/testhome" ZTST_verbose=1 dh_auto_test -B obj; \ fi - #HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static || true + HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static || true override_dh_auto_test-indep: |