diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-27 13:14:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-28 13:54:05 +0300 |
commit | beeeb3ad5138de8dcc516dd11c2465a998fb8048 (patch) | |
tree | 81b0aec72afc620a3ef21030029eaa3df5aafbb5 /tests/pkg-build.testscript | |
parent | 25ca6cc4d2b94881c85af2e318dce22df4acd35a (diff) |
Fix pkg-build to update re-evaluated dependents if requested
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 74 |
1 files changed, 71 insertions, 3 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index bf39949..0e9b2db 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -5603,7 +5603,23 @@ test.options += --no-progress build plan: downgrade libfoo/0.1.0 config.libfoo.extras=true (set by foo) - reconfigure/update foo/1.0.0 (dependent of libfoo) + reconfigure foo/1.0.0 (dependent of libfoo) + %.* + disfigured foo/1.0.0 + %.* + disfigured libfoo/1.0.0 + %.* + fetched libfoo/0.1.0 + %.* + unpacked libfoo/0.1.0 + %.* + configured libfoo/0.1.0 + %.* + configured foo/1.0.0 + %.* + updated libfoo/0.1.0 + %.* + updated foo/1.0.0 %.* EOE @@ -5650,7 +5666,19 @@ test.options += --no-progress build plan: reconfigure/update libfoo/0.1.0 config.libfoo.extras=true (user configuration) - reconfigure/update foo/1.0.0 (dependent of libfoo) + reconfigure foo/1.0.0 (dependent of libfoo) + %.* + disfigured foo/1.0.0 + %.* + disfigured libfoo/0.1.0 + %.* + configured libfoo/0.1.0 + %.* + configured foo/1.0.0 + %.* + updated libfoo/0.1.0 + %.* + updated foo/1.0.0 %.* EOE @@ -5717,6 +5745,20 @@ test.options += --no-progress upgrade libfoo/1.0.0 drop foo/1.0.0 (unused) %.* + disfigured foo/1.0.0 + %.* + disfigured libfoo/0.1.0 + %.* + fetched libfoo/1.0.0 + %.* + unpacked libfoo/1.0.0 + %.* + purged foo/1.0.0 + %.* + configured libfoo/1.0.0 + %.* + updated libfoo/1.0.0 + %.* EOE $pkg_status -r >>EOO; @@ -5915,7 +5957,33 @@ test.options += --no-progress config.libfoo.extras=true (set by tex) downgrade libbar/0.1.0 config.libbar.extras=true (set by tex) - reconfigure/update tex/1.0.0 (dependent of libbar) + reconfigure tex/1.0.0 (dependent of libbar) + %.* + disfigured tex/1.0.0 + %.* + disfigured libbar/1.0.0 + %.* + disfigured libfoo/1.0.0 + %.* + fetched libfoo/0.1.0 + %.* + unpacked libfoo/0.1.0 + %.* + fetched libbar/0.1.0 + %.* + unpacked libbar/0.1.0 + %.* + configured libfoo/0.1.0 + %.* + configured libbar/0.1.0 + %.* + configured tex/1.0.0 + %.* + updated libfoo/0.1.0 + %.* + updated libbar/0.1.0 + %.* + updated tex/1.0.0 %.* EOE |