diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-03 15:28:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-03 15:28:52 +0000 |
| commit | aa41faee56b4cabe1b682f06cb68881300c107f0 (patch) | |
| tree | 06f053e8b19e796f93954f711c762502152491b9 | |
| parent | 561f4296572953975e37a08709273096a7aa2501 (diff) | |
Cleanup after test.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
