summaryrefslogtreecommitdiff
path: root/script/bisect-test.py
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15script: the --tests option has been replaced by --test-commandAndrew Tridgell1-1/+0
2010-10-07script: improvements to bisect-test.pyAndrew Tridgell1-12/+17
- allow control of all the commands (eg. specify configure command) - do a bisect reset at the end Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 7 04:11:21 UTC 2010 on sn-devel-104
2010-10-02bisect: more bisection optionsAndrew Tridgell1-6/+12
and fixes for the old ones Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Oct 2 06:14:46 UTC 2010 on sn-devel-104
2010-10-01script: added bisect-test.py git bisect scriptAndrew Tridgell1-0/+85
this can be used to work out what commit broke a set of tests