view tests/histedit-helpers.sh @ 21514:59fe123dbb00

run-tests: refactor port number declaration Instead of making port numbers derived from count and a global initial port, we now pass a start port to Test.__init__ and do the calculation at a higher level.
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 22 Apr 2014 12:10:25 -0700
parents 35729bdd59b6
children 890273343170
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"
}