aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/cifuzz/cifuzz_test.py
diff options
context:
space:
mode:
authorGravatar Leo Neat <leosneat@gmail.com>2020-02-26 08:47:13 -0800
committerGravatar GitHub <noreply@github.com>2020-02-26 08:47:13 -0800
commit2aa7a0d558a7b672fcbc97eb0cfcf0995bd3d42f (patch)
tree23a9e37c4c11cbf80b19aa0859223683b8823d11 /infra/cifuzz/cifuzz_test.py
parent7e4bf8831c7034e860544a781f22babba3513244 (diff)
[CIFuzz] Use backup corpus for fuzzing (#3380)
This allows fuzzing using fuzz target's backup corpora. It will make fuzzing more efficient for targets that have a backup OSS-Fuzz corpus avaliable to the public. It will not effect targets that don't have backups.
Diffstat (limited to 'infra/cifuzz/cifuzz_test.py')
-rw-r--r--infra/cifuzz/cifuzz_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cifuzz/cifuzz_test.py b/infra/cifuzz/cifuzz_test.py
index 3060cea7..1d4e2a68 100644
--- a/infra/cifuzz/cifuzz_test.py
+++ b/infra/cifuzz/cifuzz_test.py
@@ -136,7 +136,7 @@ class RunFuzzersIntegrationTest(unittest.TestCase):
def test_new_bug_found(self):
"""Test run_fuzzers with a valid build."""
- # Setting the first return value to True, then the second to False to
+ # Set the first return value to True, then the second to False to
# emulate a bug existing in the current PR but not on the downloaded
# OSS-Fuzz build.
with unittest.mock.patch.object(fuzz_target.FuzzTarget,