diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-05 23:25:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-31 14:38:50 +0300 |
commit | 31cd1485b456331fca5778ab4bd4b54d00a93683 (patch) | |
tree | 8d6d4e86ef91fa9a7b7f38303107f60e8d282c97 /tests/rep-info.testscript | |
parent | a83019dca168465a771ff4ac5999bc48b7d43cd8 (diff) |
Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer
Diffstat (limited to 'tests/rep-info.testscript')
-rw-r--r-- | tests/rep-info.testscript | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/tests/rep-info.testscript b/tests/rep-info.testscript index 2c02c8f..4b7c15a 100644 --- a/tests/rep-info.testscript +++ b/tests/rep-info.testscript @@ -116,7 +116,8 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ @@ -144,13 +145,15 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0+1 summary: libbar license: MIT - description:\ + description: + \ TODO \ description-type: text/plain %.+ - bootstrap-build:\ + bootstrap-build: + \ project = libbar using config @@ -182,13 +185,15 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0+1 summary: libbar license: MIT - description:\ + description: + \ TODO \ description-type: text/plain %.+ - bootstrap-build:\ + bootstrap-build: + \ project = libbar using config @@ -202,13 +207,15 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0 summary: libmbar license: MIT - description:\ + description: + \ TODO \ description-type: text/plain %.+ - bootstrap-build:\ + bootstrap-build: + \ project = libmbar using config @@ -245,7 +252,8 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ |