From 073d8186258664a3091d63bea349e20c641e7bf4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 19 Nov 2024 14:47:30 +0100 Subject: pkg/manager: restore corpus page It was lost during the refactoring. --- pkg/manager/html/corpus.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'pkg') diff --git a/pkg/manager/html/corpus.html b/pkg/manager/html/corpus.html index 2c3a9272c..f96b5aeac 100644 --- a/pkg/manager/html/corpus.html +++ b/pkg/manager/html/corpus.html @@ -2,3 +2,22 @@ Copyright 2024 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. */}} + + + + + + + + {{range $inp := $.Inputs}} + + + + + {{end}} +
Corpus{{if $.Call}} for {{$.Call}}{{end}}:
CoverageProgram
+ {{$inp.Cover}} + {{if $.RawCover}} + / [raw] + {{end}} + {{$inp.Short}}
-- cgit mrf-deployment