Bug 41612

Summary: REGRESSION(r60652): WebKitTools/Scripts/ensure-valid-python should cleanup temporary directory
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, cjerdonek, dbates, ukai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Bug Depends on:    
Bug Blocks: 39058    
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2010-07-05 07:08:49 PDT
Now WebKitTools/Scripts/ensure-valid-python generates one more /tmp/XXXXXXXX file again and again on my linux machine. I propose the following change: -my $tempDirectory = File::Temp->tempdir("WebKitPythonXXXX"); +my $tempDirectory = File::Temp::tempdir("WebKitPythonXXXX", TMPDIR => 1, CLEANUP => 1);
Attachments
Patch (1.38 KB, patch)
2010-07-05 07:13 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2010-07-05 07:13:01 PDT
Fumitoshi Ukai
Comment 2 2010-07-05 18:19:32 PDT
Comment on attachment 60527 [details] Patch LGTM
Eric Seidel (no email)
Comment 3 2010-07-05 23:15:56 PDT
I don't really know what this does.
Csaba Osztrogonác
Comment 4 2010-07-05 23:29:18 PDT
Comment on attachment 60527 [details] Patch Clearing flags on attachment: 60527 Committed r62526: <http://trac.webkit.org/changeset/62526>
Csaba Osztrogonác
Comment 5 2010-07-05 23:29:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.