[Webkit-unassigned] [Bug 37630] delete redundant test outputs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 14:18:58 PDT 2010


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





--- Comment #32 from Dirk Pranke <dpranke at chromium.org>  2010-08-13 14:18:57 PST ---
(In reply to comment #31)
> The code I linked to tries to use the CWD, if its not a webkit checkout, then it falls back to being __file__ relative.

Oh, i see. Interesting; I didn't realize that sys.path[0] was defined to be the script directory. That's useful.

So, in this case, if I have a webkit-patch from one checkout in my path, and I'm in another checkout, it will use the checkout I'm in, not the checkout the code is running from. Probably the right thing to do in the scm case; possibly the wrong thing to do in the test case. Perhaps in either case you might want to prompt/warn that you're mixing checkouts. But this is a corner condition to be sure.

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