summaryrefslogtreecommitdiff
path: root/scripts/test/chutney-git-bisect.sh
AgeCommit message (Collapse)Author
2019-01-15Use [ -n "$x" ] in place of [ ! -z "$x" ] in chutney-git-bisectNick Mathewson
Closes 29099.
2018-10-11Fix issues that shellcheck found in chutney-git-bisect.shrl1987
2018-08-24Add scripts/test/chutney-git-bisect.sh, for bisecting using chutneyteor
Supports bisection on 0.3.4 and earlier. Recommend that users copy the script before bisecting. Implements ticket 27211.