Hello devs,
by popular request (#9758), the testsuite will now clean up after itself after running the tests, removing generated files, saving you some 10G of diskspace in the worst case. If you want the old behavior back, you can do:
```
$ make test CLEANUP=0
```
Cheers,
Thomas