]> Cypherpunks.ru repositories - goredo.git/blob - t/clean
14a437052680a9d4c98960b6b96908a06a199e2c
[goredo.git] / t / clean
1 #!/bin/sh -e
2
3 cd "$(dirname "$(realpath -- "$0")")"
4 redo apenwarr/clean
5 ( cd redo-sh.tests ; ./clean )
6 for d in apenwarr redo-sh.tests ; do ( cd $d ; redo-cleanup full >/dev/null ) ; done