From 61f62a91bdf0348a73db18b95a6e9aa475aa6568 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jan 2023 14:25:04 +0300 Subject: Create available packages in debian system package manager test and pass --sys-no-query for pkg-build in testscripts --- tests/pkg-build.testscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/pkg-build.testscript') diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 198e319..aaa7bc4 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -461,6 +461,10 @@ rep_list += -d cfg # test.options += --no-progress +# Disable the use of the system package manager. +# +test.arguments += --sys-no-query + : libfoo : : Test building different versions of libfoo. -- cgit v1.1