Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: tools/purify/common.py

Issue 126048: Return 88 instead of -88 from the purify scripts since... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/purify/purify_analyze.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/purify/common.py
===================================================================
--- tools/purify/common.py (revision 18186)
+++ tools/purify/common.py (working copy)
@@ -282,7 +282,7 @@
def Analyze(self):
'''Analyze step after a successful Execution. Should be overridden
by the subclasser if instrumentation is desired.
- Returns 0 for success, -88 for warning (see ReturnCodeCommand) and anything
+ Returns 0 for success, 88 for warning (see ReturnCodeCommand) and anything
else for error
'''
return -1
« no previous file with comments | « no previous file | tools/purify/purify_analyze.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698