mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix make clean to remove test reports correctly
This commit is contained in:
2
Makefile
2
Makefile
@@ -186,7 +186,7 @@ clean:
|
|||||||
rm -rf logs/
|
rm -rf logs/
|
||||||
rm -rf .cache/
|
rm -rf .cache/
|
||||||
rm -f test/units/.coverage*
|
rm -f test/units/.coverage*
|
||||||
rm -f test/results/*/*
|
rm -rf test/results/*/*
|
||||||
find test/ -type f -name '*.retry' -delete
|
find test/ -type f -name '*.retry' -delete
|
||||||
@echo "Cleaning up RPM building stuff"
|
@echo "Cleaning up RPM building stuff"
|
||||||
rm -rf MANIFEST rpm-build
|
rm -rf MANIFEST rpm-build
|
||||||
|
|||||||
Reference in New Issue
Block a user