From 6cb3eff4780aeeaf0757a0410f62f2cc5ac9f3b0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 6 Aug 2021 19:25:23 +0300 Subject: Add --link option to cfg-info --- tests/cfg-create.testscript | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/cfg-create.testscript') diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript index 25225ba..e69629d 100644 --- a/tests/cfg-create.testscript +++ b/tests/cfg-create.testscript @@ -255,11 +255,21 @@ EOE type: target EOE - $cfg_info >>/~"%EOO%"; + $cfg_info --link >>/~"%EOO%"; %path: .+/cfg/% %uuid: .{36}% type: target %name: % + + %path: .+/host/% + %uuid: .{36}% + type: host + %name: % + + %path: .+/build2/% + %uuid: .{36}% + type: build2 + %name: % EOO $pkg_status libfoo >'libfoo unknown' -- cgit v1.1