installed_progs.t: Python checks stdout too, 150 ok
[sunny256-utils.git] / testfail
blob84dcbf534f3410346714c5d6b40a422e70486af8
1 #!/usr/bin/env bash
3 #=======================================================================
4 # testfail
5 # File ID: 8ccc15ec-0049-11e1-b1a1-fefdb24f8e10
6 # [Description]
7 # License: GNU General Public License version 2 or later.
8 #=======================================================================
10 cd ~/build-git || exit 1
11 git clean -qfxd
12 git checkout -f
13 echo $(git bisect visualize --format=oneline | wc -l) commits left:
14 git lb --color | head -200
15 echo
16 make || { echo testfail: exit SKIP >&2; exit 125; }