On Mon, Jul 12, 2010 at 03:32, Nicolas Pitre <nico@xxxxxxxxxxx> wrote: > On Sun, 11 Jul 2010, Ævar Arnfjörð Bjarmason wrote: > >> Is there any reason not to remove trash directories on SIGINT? It's >> annoying that trash directories are left when I cancel a test run. > > What about tests that would fail due to some infinite loop? The test > would never complete until you manually interrupt it, and in that case > the trash directory content might be valuable. Unless that's due to some unreproducable heisenbug you could get the trash directory by running the test with --debug. > You may do 'make clean' in the test directory to clean it. I know, but I think not cleaning them up on SIGINT is a misfeature. These trash directories are explicitly temporary, and should be cleaned up as the shell exists. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html