aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-29 10:26:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-29 10:26:52 +0200
commit68d89cd6c8267d2a9b7a85cbc1840cbd1770dfa8 (patch)
tree9c194bd87c066e36ca964ab99ee7dafd82593b85 /tests
parent8d74ab1bf30df020086df8e176256d2c737da409 (diff)
New model: reset non-user package configuration to defaults
Also, further rework of package skeleton in preparation for negotiation.
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg-build.testscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript
index 4b915ec..3b63c4e 100644
--- a/tests/pkg-build.testscript
+++ b/tests/pkg-build.testscript
@@ -11477,7 +11477,8 @@ test.options += --no-progress
+cp -r $src/libhello-1.0.0 ./libhello
+cat <<EOI >+libhello/build/root.build
config [bool] config.libhello.develop ?= false
- text "develop=$config.libhello.develop"
+ if ($build.mode != 'skeleton')
+ text "develop=$config.libhello.develop"
EOI
+$rep_add libhello --type dir
+$rep_fetch