From 349ab086ed7764c42db9b10881bbdc200e52527f Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Tue, 19 Sep 2017 10:09:40 +0200 Subject: framework: fix a comment See ReducedProcessMixin._run_command: if not self._is_cherry(): ... rerun path ... Reviewed-by: Eric Anholt --- framework/test/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/test') 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 -- cgit v1.2.3