]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/all.do
Download link for 2.6.2 release
[goredo.git] / t / apenwarr / all.do
1 rm -f 000-set-minus-e/log
2 redo 000-set-minus-e/all
3 if [ "$(cat 000-set-minus-e/log)" != "ok" ]; then
4     echo "FATAL! .do file not run with 'set -e' in effect!" >&2
5     exit 5
6 fi
7
8 /bin/ls 1[0-9][0-9]*/all.do | sed 's/\.do$//' | xargs redo
9 110-compile/hello >&2