From bad4246bf2c72fa97640fbf3cf5c092b5173f581 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 16 Jul 2018 17:03:14 +0200 Subject: pkg/report: improve akaros reporter and implement symbolization --- pkg/report/gvisor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/report/gvisor.go') diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go index 05a731142..5f4e854c6 100644 --- a/pkg/report/gvisor.go +++ b/pkg/report/gvisor.go @@ -67,7 +67,7 @@ func (ctx *gvisor) Parse(output []byte) *Report { rep.Title = replaceTable(gvisorTitleReplacement, title) rep.Report = ctx.shortenReport(output[rep.StartPos:]) rep.Corrupted = corrupted != "" - rep.corruptedReason = corrupted + rep.CorruptedReason = corrupted return rep } -- cgit mrf-deployment