diff options
author | teor <teor@torproject.org> | 2018-08-24 04:03:56 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-24 12:46:04 +1000 |
commit | 4217dc0558c9fabfab1568b42dc5e101c69ddef7 (patch) | |
tree | 40d2187188981e6c231d520a934504e3721c69d6 /scripts/README | |
parent | 677048fe9fd04363f1709aa9df7596d70fe542d6 (diff) | |
download | tor-4217dc0558c9fabfab1568b42dc5e101c69ddef7.tar.gz tor-4217dc0558c9fabfab1568b42dc5e101c69ddef7.zip |
Add scripts/test/chutney-git-bisect.sh, for bisecting using chutney
Supports bisection on 0.3.4 and earlier.
Recommend that users copy the script before bisecting.
Implements ticket 27211.
Diffstat (limited to 'scripts/README')
-rw-r--r-- | scripts/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README index 02faabe06b..9cd6e74ac7 100644 --- a/scripts/README +++ b/scripts/README @@ -30,6 +30,12 @@ orconfig.h files. Testing scripts --------------- +test/chutney-git-bisect.sh -- a git bisect run script that bisects using +chutney. The script builds tor and tor-gencert, then runs chutney. The script +takes optional arguments for out-of-tree builds, and specific chutney network +flavours. You should copy this script before using it with git bisect, so that +it doesn't change (or disappear) during bisection. + test/cov-blame -- Mash up the results of gcov with git blame. Mainly useful to find out who has been writing untested code. |