[Webkit-unassigned] [Bug 128388] Make EWS retry one more time after cleaning the build directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 10 07:18:18 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128388





--- Comment #7 from Adrian Perez <aperez at igalia.com>  2014-02-10 07:15:35 PST ---
(In reply to comment #5)
> (From update of attachment 223483 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=223483&action=review
> 
> > Tools/Scripts/webkitpy/tool/bot/earlywarningsystemtask.py:64
> > +        subprocess.call(["rm", "-rf", self._build_directory],
> > +                stdout=None, stderr=None)
> 
> Just out of curiosity: Does it work on Windows too?

I have uploaded a new version of the patch which uses shutil.rmtree()
from the Python standard library — that certainly works in Windows, too.

-- 
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