mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 03:31:39 +00:00
tstest/integration/vms: turn on logcatcher logging by default
Absolutely vital to debugging failures. Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
a1f1020042
commit
debaaebf3b
@ -43,7 +43,7 @@ var (
|
|||||||
noS3 = flag.Bool("no-s3", false, "if set, always download images from the public internet (risks breaking)")
|
noS3 = flag.Bool("no-s3", false, "if set, always download images from the public internet (risks breaking)")
|
||||||
vmRamLimit = flag.Int("ram-limit", 4096, "the maximum number of megabytes of ram that can be used for VMs, must be greater than or equal to 1024")
|
vmRamLimit = flag.Int("ram-limit", 4096, "the maximum number of megabytes of ram that can be used for VMs, must be greater than or equal to 1024")
|
||||||
useVNC = flag.Bool("use-vnc", false, "if set, display guest vms over VNC")
|
useVNC = flag.Bool("use-vnc", false, "if set, display guest vms over VNC")
|
||||||
verboseLogcatcher = flag.Bool("verbose-logcatcher", false, "if set, spew logcatcher to t.Logf (spamtastic)")
|
verboseLogcatcher = flag.Bool("verbose-logcatcher", true, "if set, print logcatcher to t.Logf")
|
||||||
verboseQemu = flag.Bool("verbose-qemu", true, "if set, print qemu console to t.Logf")
|
verboseQemu = flag.Bool("verbose-qemu", true, "if set, print qemu console to t.Logf")
|
||||||
distroRex = func() *regexValue {
|
distroRex = func() *regexValue {
|
||||||
result := ®exValue{r: regexp.MustCompile(`.*`)}
|
result := ®exValue{r: regexp.MustCompile(`.*`)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user