tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Aug 2022 05:11:48 +0200
changeset 49444 52f31b660d38
parent 27350 890273343170
permissions -rw-r--r--
perf: quiet stdout output in perf::unbundle There a lot of repetitive bundle application message we do not care about.

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
}