[Webkit-unassigned] [Bug 41612] New: REGRESSION(r60652): WebKitTools/Scripts/ensure-valid-python should cleanup temporary directory
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 5 07:08:48 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=41612
Summary: REGRESSION(r60652):
WebKitTools/Scripts/ensure-valid-python should cleanup
temporary directory
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
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);
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list