diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-27 23:59:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-27 23:59:03 +0100 |
| commit | dc9cf91be85fd0a393f5fcc263f131c0ba594d69 (patch) | |
| tree | d2233c7fdc4c6b6b88e5cd51c8c0030c398889d4 /cdistvm | |
| parent | 632a10d3441ec27855aa7b1239fc9abf8d6fc8fd (diff) | |
Try to clear out /var/tmp better.
Diffstat (limited to 'cdistvm')
| -rwxr-xr-x | cdistvm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ ports = { 'fedora-22-32': 2000, vbox = subprocess.Popen('vboxheadless --startvm %s' % args.target, shell=True) time.sleep(10) -command('ssh -p %d carl@localhost "rm -rf fedora-* arch-*"' % ports[args.target]) +command('ssh -p %d carl@localhost "rm -rf fedora-* arch-* /var/tmp/tmp*"' % ports[args.target]) command('ssh -p %d carl@localhost %s' % (ports[args.target], cdist_cmd)) if args.output is not None: tmp = tempfile.mkdtemp() |
