summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-03 15:28:52 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-03 15:28:52 +0000
commitaa41faee56b4cabe1b682f06cb68881300c107f0 (patch)
tree06f053e8b19e796f93954f711c762502152491b9
parent561f4296572953975e37a08709273096a7aa2501 (diff)
Cleanup after test.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
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: