[Webkit-unassigned] [Bug 12140] Change remaining references in tests from bugzilla.opendarwin.org to bugs.webkit.org
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 29 23:57:25 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=12140
--- Comment #23 from Shinichiro Hamaji <hamaji at chromium.org> 2009-09-29 23:57:25 PDT ---
> Shouldn't be in the diff, but svn-apply will ignore it.
>
> This looks fine to me.
I've committed manually to make sure the unnecessary lines don't cause any
errors.
This seems SCM.run_command in scm.py is redirecting stderr to stdout and the
unnecessary lines were added.
process = subprocess.Popen(args, stdin=stdin, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT, cwd=cwd)
Maybe we should file a bug for this?
--
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