]> Cypherpunks.ru repositories - goredo.git/blob - t/prepare.do
redo-sh tests under github.com/chriscool/sharness
[goredo.git] / t / prepare.do
1 tests=redo-sh.tests
2 [ -e $tests ] || {
3     cat >&2 <<EOF
4 No $tests found. Provide them manually, for example with:
5     $ git clone http://news.dieweltistgarnichtso.net/bin.git
6     $ cd bin
7     $ git checkout 6e45ad16ad0513d1a6a4a0539a9d01d39d3e7490
8     $ ln -s `pwd`/redo-sh.tests /path/to/goredo/t/redo.sh.tests
9 EOF
10     exit 1
11 }
12 ( cd $tests ; ls ) | while read testname ; do
13     ln -s runner.rc ${testname}.t
14 done
15
16 echo Skipping parallel_2.t, that assumes --jobs option availability >&2
17 rm parallel_2.t