tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 08 Mar 2023 00:46:53 +0100
branchstable
changeset 50273 5069a89a936e
parent 27350 890273343170
permissions -rw-r--r--
tests: fix timeout adjustement in delaypush.py Doing integer arithmetic with string is bound to fail.

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
}