mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Have 'make clean' clean up test output directory
This commit is contained in:
2
Makefile
2
Makefile
@@ -42,6 +42,8 @@ clean:
|
||||
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
||||
@echo "Cleaning up asciidoc to man transformations and results"
|
||||
find ./docs/man -type f \( -name "*.xml" -or -regex ".*\.[0-9]$$" \) -delete
|
||||
@echo "Cleaning up output from test runs"
|
||||
-rm -rf test/test_data
|
||||
|
||||
python: docs
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user