X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2Fall.do;fp=t%2Fapenwarr%2Fall.do;h=362d319a771e4cb15247c6272f53f1c4283795bc;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/all.do b/t/apenwarr/all.do new file mode 100644 index 0000000..362d319 --- /dev/null +++ b/t/apenwarr/all.do @@ -0,0 +1,9 @@ +rm -f 000-set-minus-e/log +redo 000-set-minus-e/all +if [ "$(cat 000-set-minus-e/log)" != "ok" ]; then + echo "FATAL! .do file not run with 'set -e' in effect!" >&2 + exit 5 +fi + +/bin/ls 1[0-9][0-9]*/all.do | sed 's/\.do$//' | xargs redo +110-compile/hello >&2