Page MenuHomePhabricator

[CMAKE] Properly clean the junit reports
ClosedPublic

Authored by Fabien on Aug 19 2020, 09:34.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABC361ceb8e2776: [CMAKE] Properly clean the junit reports
Summary

The merged test suite junit reports from test/junit are correclty
cleaned, but not the intermediate test reports located in the current
binary directory.

Test Plan
ninja check

Check there is a lot of xml reports here:

ls src/test

Then:

ninja clean
ls src/test

Check the reports are gone as expected.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable