<div dir="ltr">Hello devs,<div><br></div><div>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:</div><div><br></div><div>```</div><div>$ make test CLEANUP=0</div><div>```</div><div><br></div><div>I updated <a href="https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running">https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running</a>.</div><div><br></div><div>The cleaning itself is not perfect at the moment; some temporary files are not deleted. I have a solution for this in <a href="https://ghc.haskell.org/trac/ghc/ticket/11980">https://ghc.haskell.org/trac/ghc/ticket/11980</a> and <a href="https://phabricator.haskell.org/D1187">https://phabricator.haskell.org/D1187</a>. More about that later.</div><div><br></div><div>Cheers,</div><div>Thomas</div></div>