Clean up after an autotest run.

This commit is contained in:
Tommi Virtanen 2011-06-15 11:51:16 -07:00
parent cd8f31db0f
commit e00b7fc6ad

View File

@ -114,3 +114,9 @@ def task(ctx, config):
run.Raw('3>&1'),
],
)
remote.run(
args=[
'rm', '-rf', '--', control, '/tmp/cephtest/autotest',
],
)