build: ensure we delete all new check-results*xml files

When we split up the tests to run them in parallel we also created a lot
more xml report files. Make sure we delete them when cleaning up.
Nicely spotted by distcheck by complaining about non removed files.
This commit is contained in:
Stefan Schmidt 2018-05-16 17:03:51 +02:00
parent b9a116b5bf
commit 5be9b1929e
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ dist-hook:
clean-local:
find . -type f -name '*.gcno' -delete
find . -type f -name '*.gcda' -delete
find . -type f -name check-results.xml -delete
find . -type f -name check-results*.xml -delete
rm -f $(GENERATED_JS_BINDINGS)
rm -f $(GENERATED_LUA_BINDINGS)
rm -f $(BUILT_SOURCES)