diff options
| author | David Bremner <david@tethera.net> | 2021-09-10 08:30:24 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-10 08:30:24 -0300 |
| commit | 8e59438025c88ebd83a78cf12c06ff954d979e01 (patch) | |
| tree | 8db1edb9370f63ecac08f301cb69a9fa5d5badc2 | |
| parent | b5c6fdd480a758c849335dba5a639905cdad560b (diff) | |
debian: drop debian specific test exclusiondebian/0.33.1-1archive/debian/0.33.1-10.33.1
In principle these tests should pass now.
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1d25f9c3..fa0551a9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ override_dh_auto_configure: --localstatedir=/var override_dh_auto_test: - dh_auto_test -- V=1 NOTMUCH_SKIP_TESTS="libconfig.18 libconfig.31" + dh_auto_test -- V=1 override_dh_auto_build: dh_auto_build -- V=1 |
