diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:21:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:21:38 +0000 |
commit | 4ea2e8886990ad2b36d0711d28c0278f9f2268fd (patch) | |
tree | 4405f4d479037df00583cd431e1425cba129e279 | |
parent | Refreshing build.patch. (diff) | |
download | lzd-4ea2e8886990ad2b36d0711d28c0278f9f2268fd.tar.xz lzd-4ea2e8886990ad2b36d0711d28c0278f9f2268fd.zip |
Disabling testsuite for now as the current upstream release misses some files for it to run at all.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 336cf54..14ddc7d 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,6 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd + +override_dh_auto_test: + # disabled: incomplete upstream testsuite |