Skip to content

Clean failed comparisons #85

@andreasohlund

Description

@andreasohlund

Eg #82

To make sure transient failures won't cause the comparison to fail permanently

Current workaround is to run

(Get-ChildItem *.html | Select-String -Pattern "failed with the following" | Select-Object -ExpandProperty path -Unique) | ForEach-Object{Remove-Item -Force -LiteralPath $_}

Periodically

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions