Commit 8599aa7d authored by maruel@chromium.org's avatar maruel@chromium.org

Fix failure to contain the line entry instead of constant "True"

TEST=none
BUG=34793

Review URL: http://codereview.chromium.org/591002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@38382 0039d316-1c4b-4281-b951-d872f2087c98
parent 81f6eea2
......@@ -369,9 +369,7 @@ class SVN(object):
if match:
file_list.append(match.group(1))
if line.startswith('svn: '):
# We can't raise an exception. We can't alias a variable. Use a cheap
# way.
failure.append(True)
failure.append(line)
try:
SVN.RunAndFilterOutput(args,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment