mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 11:28:09 +00:00
add regression testing tasks (#664)
This commit is contained in:
@ -271,6 +271,9 @@ def repro_extensions(
|
||||
if report is None:
|
||||
raise Exception("invalid report: %s" % repro_config)
|
||||
|
||||
if report.input_blob is None:
|
||||
raise Exception("unable to perform reproduction without an input blob")
|
||||
|
||||
commands = []
|
||||
if setup_container:
|
||||
commands += [
|
||||
|
Reference in New Issue
Block a user