diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:12:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:12:27 +0000 |
commit | b4948f836a662ffa5ba169f4402720d67c01de12 (patch) | |
tree | 627e164619e892e425451cae882fc9b9eaab6533 /tests/test_install_rules.py | |
parent | Adding upstream version 0.1.39. (diff) | |
download | debputy-b4948f836a662ffa5ba169f4402720d67c01de12.tar.xz debputy-b4948f836a662ffa5ba169f4402720d67c01de12.zip |
Adding upstream version 0.1.40.upstream/0.1.40
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_install_rules.py')
-rw-r--r-- | tests/test_install_rules.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_install_rules.py b/tests/test_install_rules.py index c8ffb84..a361864 100644 --- a/tests/test_install_rules.py +++ b/tests/test_install_rules.py @@ -33,6 +33,7 @@ def manifest_parser_pkg_foo( dpkg_arch_query, no_profiles_or_build_options, debputy_plugin_feature_set, + "full", debian_dir=debian_dir, ) @@ -58,6 +59,7 @@ def manifest_parser_pkg_foo_w_udeb( dpkg_arch_query, no_profiles_or_build_options, debputy_plugin_feature_set, + "full", debian_dir=debian_dir, ) |