view tests/histedit-helpers.sh @ 23263:dd51abf0aa17

run-tests: use a try/except ladder instead of looking for a specific version This ensures we get json instead of simplejson in as many places as possible.
author Augie Fackler <raf@durin42.com>
date Mon, 10 Nov 2014 13:20:56 -0500
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"
}