aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-01-15 20:33:09 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-01-15 20:33:09 +0100
commitb1f7eb0c307c7f098b07b5cc4d6012b269fe8b3b (patch)
treec6975b2c0f36b2ea29bbe5acce356852dcbcf4e9
parent7a94216729033a72835e885b972f9ce845492ff7 (diff)
vm: reformat
-rw-r--r--vm/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm.go b/vm/vm.go
index 0692b6b2f..39f5989da 100644
--- a/vm/vm.go
+++ b/vm/vm.go
@@ -61,7 +61,7 @@ func Create(typ string, cfg *Config) (Instance, error) {
}
var (
- CrashRe = regexp.MustCompile("Kernel panic[^\r\n]*|BUG:[^\r\n]*|kernel BUG[^\r\n]*|WARNING:[^\r\n]*|" +
+ CrashRe = regexp.MustCompile("Kernel panic[^\r\n]*|BUG:[^\r\n]*|kernel BUG[^\r\n]*|WARNING:[^\r\n]*|" +
"INFO:[^\r\n]*|unable to handle|Unable to handle kernel[^\r\n]*|general protection fault|UBSAN:[^\r\n]*|" +
"unreferenced object[^\r\n]*")
TimeoutErr = errors.New("timeout")