]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/prepare.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / prepare.do
diff --git a/t/prepare.do b/t/prepare.do
deleted file mode 100644 (file)
index 1b94b48..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-tests=redo-sh.tests
-[ -e $tests ] || {
-    cat >&2 <<EOF
-No $tests found. Provide them manually, for example with:
-    $ git clone http://news.dieweltistgarnichtso.net/bin.git
-    $ cd bin
-    $ git checkout 6e45ad16ad0513d1a6a4a0539a9d01d39d3e7490
-    $ ln -s `pwd`/redo-sh.tests /path/to/goredo/t/redo.sh.tests
-EOF
-    exit 1
-}
-( cd $tests ; ls ) | while read testname ; do
-    ln -s runner.rc ${testname}.t
-done
-
-echo Skipping parallel_2.t, that assumes --jobs option availability >&2
-rm parallel_2.t