diff --git a/bin/fuzz.py b/bin/fuzz.py index 50d39417..e9f244b4 100644 --- a/bin/fuzz.py +++ b/bin/fuzz.py @@ -114,7 +114,7 @@ def save_test(self, bar): self.saved = True save = True # only save rule if we set self.saved to True - if save: + if save and not self.fuzz.queue.aborted: localbar = bar.start(f'{self.i}: {self.command}') localbar.log('Saving testcase in generators.yaml.') localbar.done()