From 33d1aba90b07c4319e1617be24f6f6dfd1b71d5e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 19 Apr 2022 10:16:51 +0000 Subject: vm: support variable output buffer size Also update syz-crush to save RawOutput instead of output from the Report. --- vm/vm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/vm_test.go') diff --git a/vm/vm_test.go b/vm/vm_test.go index 83c3f51eb..2bcbbc1db 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -69,7 +69,7 @@ func (inst *testInstance) Close() { } func init() { - beforeContext = maxErrorLength + 100 + beforeContextDefault = maxErrorLength + 100 tickerPeriod = 1 * time.Second waitForOutputTimeout = 3 * time.Second -- cgit mrf-deployment