diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-09-19 23:39:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-09-25 11:35:25 +0300 |
commit | 57637947f4ab41c43cbf775959bcde39f1d36403 (patch) | |
tree | 9020eaf36d2db1c945995371516a7156955343c7 /tests | |
parent | da825584c23df8574afc0ec1a40403125396ee6d (diff) |
Fix configuration negotiation not to compare dependency's config checksums if collection is postponed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-build.testscript | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index b6aadba..34b0663 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -14516,11 +14516,6 @@ test.arguments += --sys-no-query build plan: new libbox/1.0.0 (required by tez) config.libbox.extras=true (set by tez) - reconfigure/update tex/1.0.0 (required by tiz) - config.tex.extras=true (set by tiz) - config.tex.libfoo_extras=true (set by tex) - reconfigure tiz/1.0.0 (dependent of libbar) - config.tiz.tex_extras=true (set by tiz) drop libbaz/1.0.0 (unused) downgrade toz/0.1.0 (required by tez) config.toz.extras=true (set by tez) @@ -14944,11 +14939,6 @@ test.arguments += --sys-no-query build plan: new libbaz/1.0.0 (required by toz) config.libbaz.extras=true (set by toz) - reconfigure/update tex/1.0.0 (required by tix, tiz) - config.tex.extras=true (set by tix) - config.tex.libfoo_extras=true (set by tex) - reconfigure tiz/1.0.0 (dependent of libbar) - config.tiz.tex_extras=true (set by tiz) new tix/1.0.0 upgrade toz/1.0.0 config.toz.extras=true (set by tuz) |