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