Fix make clean to remove test reports correctly
This commit is contained in:
parent
934ae28365
commit
f9370c95d7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -186,7 +186,7 @@ clean:
|
|||
rm -rf logs/
|
||||
rm -rf .cache/
|
||||
rm -f test/units/.coverage*
|
||||
rm -f test/results/*/*
|
||||
rm -rf test/results/*/*
|
||||
find test/ -type f -name '*.retry' -delete
|
||||
@echo "Cleaning up RPM building stuff"
|
||||
rm -rf MANIFEST rpm-build
|
||||
|
|
Loading…
Reference in a new issue