From 8599aa7da2ad6e05a002e5f0679a7d4ab2c67ad9 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 8 Feb 2010 20:27:14 +0000 Subject: [PATCH] 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 --- scm.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scm.py b/scm.py index 48118d1035..1dce4bd7cc 100644 --- a/scm.py +++ b/scm.py @@ -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,