view tests/histedit-helpers.sh @ 52265:a1f2e25b6b38 stable

wheel: also build the musl wheel in the ci We add a trigger to not run that all the time.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 15 Nov 2024 07:20:12 +0100
parents 890273343170
children
line wrap: on
line source

fixbundle() {
    grep -v 'saving bundle' | grep -v 'saved backup' | \
        grep -v added | grep -v adding | \
        grep -v "unable to find 'e' for patching" | \
        grep -v "e: No such file or directory" | \
    cat
}