diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-02-02 12:20:16 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-02-03 08:35:26 +0000 |
| commit | 6ce93dd4258e133bb60b00fb7a0435b755be7bf4 (patch) | |
| tree | ee6cab33401b874954b297ab5f9dc2b68d333d17 /vm/vm_test.go | |
| parent | 60bf9982e3c5f47dee643bd88d86c7f0b631e32d (diff) | |
syz-manager: don't set up pprof endpoints for host fuzzing
In this mode, all syz-fuzzers will be on the same network and will start
competing with each other for binding to the same port.
For now, we don't have the need to use pprof in the host fuzzer mode, so
let's just disable it.
Diffstat (limited to 'vm/vm_test.go')
| -rw-r--r-- | vm/vm_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_test.go b/vm/vm_test.go index d01e97310..2a3f1171a 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -347,6 +347,7 @@ func testMonitorExecution(t *testing.T, test *Test) { Slowdown: 1, NoOutput: 5 * time.Second, }, + SysTarget: targets.Get(targets.Linux, targets.AMD64), }, Workdir: dir, Type: "test", |
