X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fclean.do;h=80f432db1631f1cd75e56c132cf20b433e0813a9;hb=7c079df8d6b662ffc0dca71f0b0ae779a06021ab;hp=530bbbe03046e9a1addd6f9a837f0d67f5cec08f;hpb=6b1228a8f2c83bf1f7c74fe6405a0bf84f885896;p=goredo.git 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