mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Remove test-* directories created by generate-plugin-documentation
This commit is contained in:
parent
2dcc0779ff
commit
dc408473db
@ -94,7 +94,8 @@ if __name__ == '__main__':
|
|||||||
print 'Cleaning up generated documentation.'
|
print 'Cleaning up generated documentation.'
|
||||||
shutil.rmtree('docs/plugins')
|
shutil.rmtree('docs/plugins')
|
||||||
configFiles = ('docs/config.html', 'docs/plugins.html',
|
configFiles = ('docs/config.html', 'docs/plugins.html',
|
||||||
'docs/commands.html', 'docs.tar.bz2')
|
'docs/commands.html', 'docs.tar.bz2', 'test-conf',
|
||||||
|
'test-data', 'test-logs', 'tmp')
|
||||||
for fn in configFiles:
|
for fn in configFiles:
|
||||||
os.remove(fn)
|
os.remove(fn)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user