aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/cifuzz/fuzz_target_test.py
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-07-22 12:52:07 -0700
committerGravatar GitHub <noreply@github.com>2021-07-22 12:52:07 -0700
commitc67d5b8626bed93cf237c9086476e819685b69f7 (patch)
treeca7e163c9370e362e237c9e88a43bad6df3d3c50 /infra/cifuzz/fuzz_target_test.py
parent24eb7e666824435ff0085a64690f625293fb7fae (diff)
[CIFuzz] Fix build uploading. (#6096)
Previously, the downloaded build was uploaded instead of the new build. This regression was introduced when the big workspace change was made. Also, add more logging.
Diffstat (limited to 'infra/cifuzz/fuzz_target_test.py')
-rw-r--r--infra/cifuzz/fuzz_target_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cifuzz/fuzz_target_test.py b/infra/cifuzz/fuzz_target_test.py
index 8411a854..5e65d02a 100644
--- a/infra/cifuzz/fuzz_target_test.py
+++ b/infra/cifuzz/fuzz_target_test.py
@@ -195,7 +195,7 @@ class IsCrashReportableTest(fake_filesystem_unittest.TestCase):
self.test_target.out_dir = tmp_dir
self.assertTrue(self.test_target.is_crash_reportable(self.testcase_path))
mocked_info.assert_called_with(
- 'The crash doesn\'t reproduce on previous build. '
+ 'The crash is not reproducible on previous build. '
'Code change (pr/commit) introduced crash.')
# yapf: disable