aboutsummaryrefslogtreecommitdiffstats
path: root/syz-gce
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-17 14:06:16 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-17 14:41:15 +0200
commit260cdaa2b2dcdca9cc9d84c1bc08d00d451c68cd (patch)
tree712379c5d9350f3d2925f6033559d9ae3e5fb3f1 /syz-gce
parentd5406e5fba13419c4257957507518f67dcdda579 (diff)
syz-manager/mgrconfig: remove output param
It was useful only for vm/local which was removed. The param wasn't documented and if one tries to change it, it will break manager in obscure way (i.e. spurious "test machine is not executing programs" crashes).
Diffstat (limited to 'syz-gce')
-rw-r--r--syz-gce/syz-gce.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/syz-gce/syz-gce.go b/syz-gce/syz-gce.go
index 7e1fd68b3..f6a9fae1b 100644
--- a/syz-gce/syz-gce.go
+++ b/syz-gce/syz-gce.go
@@ -480,7 +480,6 @@ func writeManagerConfig(cfg *Config, httpPort int, file string) error {
Syzkaller: "gopath/src/github.com/google/syzkaller",
Type: "gce",
Image: "image/disk.tar.gz",
- Output: "stdout",
Sandbox: cfg.Sandbox,
Procs: cfg.Procs,
Enable_Syscalls: cfg.Enable_Syscalls,