X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=t%2Fclean.do;h=80f432db1631f1cd75e56c132cf20b433e0813a9;hp=530bbbe03046e9a1addd6f9a837f0d67f5cec08f;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226 diff --git a/t/clean.do b/t/clean.do index 530bbbe..80f432d 100644 --- a/t/clean.do +++ b/t/clean.do @@ -1,5 +1,2 @@ -rm -f *.t -[ -e redo-sh.tests ] || exit 0 -cd redo-sh.tests/ -redo-cleanup full >&2 -find . -type f ! -name test -delete +redo apenwarr/clean redo-sh.tests/clean +for d in apenwarr redo-sh.tests ; do ( cd $d ; redo-cleanup full >/dev/null ) ; done