aboutsummaryrefslogtreecommitdiff
path: root/tests/cfg-create.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-20 17:29:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-20 17:30:05 +0300
commit4fcc6ab64c96c587a69c692a2cc52c3727938993 (patch)
treec7c84d06410917b14b227f306cc3729e7eaa3724 /tests/cfg-create.testscript
parentd4c243bde6d3043b6e04adf249f13e8275ddd528 (diff)
Remove redundant 'info:' prefix in cfg-create and cfg-link output
Diffstat (limited to 'tests/cfg-create.testscript')
-rw-r--r--tests/cfg-create.testscript40
1 files changed, 20 insertions, 20 deletions
diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript
index e518eea..46355e5 100644
--- a/tests/cfg-create.testscript
+++ b/tests/cfg-create.testscript
@@ -28,8 +28,8 @@ EOE
{
$* 2>>/~%EOE%;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
+ % uuid: .{36}%
+ type: target
EOE
$cfg_info >>/~"%EOO%";
@@ -47,8 +47,8 @@ EOE
{
$* "config.install.root='$~/opt'" 2>>/~%EOE%;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
+ % uuid: .{36}%
+ type: target
EOE
$cfg_info >>/~"%EOO%";
@@ -72,8 +72,8 @@ EOE
{
$* cxx $config_cxx 2>>/~%EOE%;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
+ % uuid: .{36}%
+ type: target
EOE
$cfg_info >>/~"%EOO%";
@@ -99,8 +99,8 @@ EOE
$* --wipe 2>>/~%EOE%;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
+ % uuid: .{36}%
+ type: target
EOE
$cfg_info >>/~"%EOO%";
@@ -120,8 +120,8 @@ EOE
$* --existing 2>>/~%EOE%;
%initialized existing configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
+ % uuid: .{36}%
+ type: target
EOE
$cfg_info >>/~"%EOO%";
@@ -145,9 +145,9 @@ EOE
{
$* --name foo 2>>/~%EOE% &cfg/***;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
- info: name: foo
+ % uuid: .{36}%
+ type: target
+ name: foo
EOE
$cfg_info >>/~"%EOO%";
@@ -179,8 +179,8 @@ EOE
{
$* --type host 2>>/~%EOE% &cfg/***;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: host
+ % uuid: .{36}%
+ type: host
EOE
$cfg_info >>/~"%EOO%";
@@ -214,9 +214,9 @@ EOE
$* --config-uuid $uuid --name foo 2>>/~"%EOE%" &cfg/***;
%created new configuration in .+/cfg/%
- info: uuid: $uuid
- info: type: target
- info: name: foo
+ uuid: $uuid
+ type: target
+ name: foo
EOE
$cfg_info >>/~"%EOO%";
@@ -251,8 +251,8 @@ EOE
$* --host-config host --build2-config build2 2>>/~%EOE% &cfg/***;
%created new configuration in .+/cfg/%
- % info: uuid: .{36}%
- info: type: target
+ % uuid: .{36}%
+ type: target
EOE
$cfg_info >>/~"%EOO%";