mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
add the task_id to the integration failure logs (#446)
This commit is contained in:
@ -272,7 +272,8 @@ class TestOnefuzz:
|
||||
|
||||
# check if the task itself has an error
|
||||
if task.error is not None:
|
||||
return "task failed: %s - %s (%s)" % (
|
||||
return "task failed: %s - %s - %s (%s)" % (
|
||||
task_id,
|
||||
self.jobs[self.tasks[task_id]].config.name,
|
||||
task.config.task.type.name,
|
||||
task.error,
|
||||
|
Reference in New Issue
Block a user