mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
lint integration-test.py (#549)
This commit is contained in:
@ -424,7 +424,10 @@ class TestOnefuzz:
|
|||||||
self.logger.info("launching repro: %s", self.target_jobs[job_id])
|
self.logger.info("launching repro: %s", self.target_jobs[job_id])
|
||||||
report = self.get_job_crash(job_id)
|
report = self.get_job_crash(job_id)
|
||||||
if report is None:
|
if report is None:
|
||||||
self.logger.warning("target does not include crash reports: %s", self.target_jobs[job_id])
|
self.logger.warning(
|
||||||
|
"target does not include crash reports: %s",
|
||||||
|
self.target_jobs[job_id],
|
||||||
|
)
|
||||||
return
|
return
|
||||||
(container, path) = report
|
(container, path) = report
|
||||||
self.repros[job_id] = self.of.repro.create(container, path, duration=1)
|
self.repros[job_id] = self.of.repro.create(container, path, duration=1)
|
||||||
|
Reference in New Issue
Block a user