On Jun 4, 2014, at 16:20, Xuelei Fan <[email protected]> wrote: > FYI, I'd like to remove the temporary files (a.jar, ks, etc) after a > testing.
Oh, my habit is to always keeping them so that if anything goes wrong there is a chance to look at what's happening. Also, jtreg takes care of removing or retaining them so I am happy with it. Yes, I can remove them only when the test succeeds but it will be complex. Sometimes I even want to look at the files when it's a success. There is only one case cleaning up is necessary, that's when the test includes multiple @run actions. The automatic clean up is only performed once at the end. Thanks Max
