diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:29:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:29:40 +0000 |
commit | be62c5762a495e8d1ee2dcf5f6a9bf3543ed4cc0 (patch) | |
tree | e6710e283f00d14b5b9c286e8e9251f6f2f2a16c | |
parent | Refreshing build.patch. (diff) | |
download | lzip-be62c5762a495e8d1ee2dcf5f6a9bf3543ed4cc0.tar.xz lzip-be62c5762a495e8d1ee2dcf5f6a9bf3543ed4cc0.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 5bc14b2..e2fc491 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,6 @@ execute_after_dh_auto_install: # removing unused files rm -f debian/lzip/usr/share/info/dir* + +override_dh_auto_test: + # disabled: incomplete upstream testsuite |