diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-01-26 17:45:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-01-26 17:45:23 +0300 |
commit | 3d4a1aeab69d047b7de5c25a6f38b8fce0b00f01 (patch) | |
tree | 1049ec058bc318d79afd58879bf0a4854ae6b054 /tests/integration/testscript | |
parent | 2c39ac617baeef96882efc3c4d0babeb5d74a7d2 (diff) |
Fix configuring runtime tests by stripping reflection variable from command line
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 8af2174..fa5975f 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -407,16 +407,12 @@ 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" +pkg = libodb-sqlite +ver = 2.5.0-b.26.20240126104805.4f18f07c8edc +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#multi-package" rep_type = git rfp = yes - -package_config = 'package-config: -\ -config.odb_tests.database=sqlite -\' +tests="tests: odb-tests == $ver config.odb_tests.database+=sqlite" #\ #interactive="interactive: b.test-installed.configure" |