[infra] Remove old error message
Change-Id: I1bc0dbaacb8268765c6e16c21f89b038b4a0b853 BUG: skia:12923 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/506461 Reviewed-by: Herb Derby <herb@google.com>
This commit is contained in:
parent
167c959633
commit
7170ab66a7
@ -34,8 +34,7 @@ $faults = Get-EventLog -LogName Application -InstanceId 1000 -EntryType Error `
|
||||
-After $begin -Before $end -ErrorAction SilentlyContinue
|
||||
|
||||
if ($faults) {
|
||||
Write-Host 'If the message below is unrelated to this run, `
|
||||
please file a bug and assign to dogben.'
|
||||
Write-Host 'First fault message:'
|
||||
Write-Host $faults[0].Message
|
||||
if ($res -eq 0) {
|
||||
$res = 2
|
||||
|
Loading…
Reference in New Issue
Block a user