diff options
-rw-r--r-- | framework/test/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/test/base.py b/framework/test/base.py index e74ea3d38..0b7ebab2e 100644 --- a/framework/test/base.py +++ b/framework/test/base.py @@ -559,7 +559,7 @@ class ReducedProcessMixin(object): def _is_cherry(self): """Method used to determine if rerunning is required. - If this returns True then the rerun path will be entered, otherwise + If this returns False then the rerun path will be entered, otherwise _run_command is effectively a bare call to super(). Classes using this mixin may need to overwrite this if the binary |