diff options
Diffstat (limited to 'pkg/instance')
| -rw-r--r-- | pkg/instance/instance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/instance/instance.go b/pkg/instance/instance.go index 70846711f..794d4484f 100644 --- a/pkg/instance/instance.go +++ b/pkg/instance/instance.go @@ -243,7 +243,7 @@ func (env *env) Test(numVMs int, reproSyz, reproOpts, reproC []byte) ([]error, e type inst struct { cfg *mgrconfig.Config optionalFlags bool - reporter report.Reporter + reporter *report.Reporter vmPool *vm.Pool vm *vm.Instance vmIndex int |
