view tests/histedit-helpers.sh @ 28791:277b4e6938fa

pypy: fix setdiscovery test This test relies on the exact details of random.sample given the seed. Things work a bit differently under pypy, make the test less specific.
author Maciej Fijalkowski <fijall@gmail.com>
date Tue, 05 Apr 2016 14:44:18 +0300
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
}