From aa41faee56b4cabe1b682f06cb68881300c107f0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Dec 2013 15:28:52 +0000 Subject: Cleanup after test. --- cdist | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist b/cdist index 4f2396e..bf0b979 100755 --- a/cdist +++ b/cdist @@ -778,6 +778,7 @@ elif args.command == 'test': target = target_factory(args.target, args.debug, args.work) target.test(project) + target.cleanup(project) elif args.command == 'shell': if args.target is None: -- cgit v1.2.3