From 1aaf9c5b080058617d0204219d1c101a345dc6fb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Nov 2017 18:52:22 -0700 Subject: shorten output when destroying a schroot, too --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index dffeaa22..f884b352 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -134,7 +134,7 @@ built' cc (Props ps) suite arch = provisioned deleted -- TODO we should kill any sessions still using the chroot -- before destroying it (as suggested by sbuild-destroychroot) deleted :: Property Linux - deleted = propertyList desc $ props + deleted = combineProperties desc $ props ! Chroot.provisioned schroot ! compatSymlink & File.notPresent schrootConf -- cgit v1.3-2-g0d8e