diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-01-22 22:39:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-01-23 17:51:10 +0300 |
commit | 2c39ac617baeef96882efc3c4d0babeb5d74a7d2 (patch) | |
tree | 6853e9c67761eef99f8816d777a354108524e17f /tests | |
parent | 74f12cfbef994af3609b2ff4131997ffee02ce4a (diff) |
Fix bbot worker not to perform pkg.install, bpkg.bindist.*, etc steps for non-installable packages (GH issue #334)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 15 |
1 files changed, 14 insertions, 1 deletions
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" |