From 2c39ac617baeef96882efc3c4d0babeb5d74a7d2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jan 2024 22:39:11 +0300 Subject: Fix bbot worker not to perform pkg.install, bpkg.bindist.*, etc steps for non-installable packages (GH issue #334) --- tests/integration/testscript | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/testscript b/tests/integration/testscript index a8932ec..8af2174 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -255,7 +255,7 @@ config.bpkg.tests.remote=true #\ pkg = cli -ver = 1.2.0-b.10.20230822134113.24d21424af96 +ver = 1.2.0 rep_url = "https://git.codesynthesis.com/cli/cli.git#master" rep_type = git #rep_url = https://stage.build2.org/1 @@ -406,6 +406,19 @@ rep_type = git rfp = yes #\ +#\ +pkg = odb-tests +ver = 2.5.0-b.26.20240122073830.3e1714e9aa78 +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb-tests.git#master" +rep_type = git +rfp = yes + +package_config = 'package-config: +\ +config.odb_tests.database=sqlite +\' +#\ + #interactive="interactive: b.test-installed.configure" #interactive="interactive: warning" -- cgit v1.1