diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-22 21:57:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-01 11:19:12 +0300 |
commit | d77ca8720df495017139a24a59c502f53c07df9f (patch) | |
tree | 5093b9700607e0db35d6260ad766e7f171e2bf8f /tests/common.testscript | |
parent | aee787bce2b94a057ad8e6fd42e2cd901776e348 (diff) |
Add support for associated configurations
Diffstat (limited to 'tests/common.testscript')
-rw-r--r-- | tests/common.testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.testscript b/tests/common.testscript index 5db8c6a..4593d11 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -32,6 +32,7 @@ test.options += --default-options $options_guard \ # (for example, to make sure that configuration post-test state is valid and is # as expected). # +cfg_add = $* cfg-add cfg_create = $* cfg-create pkg_build = $* pkg-build pkg_checkout = $* pkg-checkout |