This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-bbmisc.
commit 91e70a97be5ff0be621ec9cc7f9691654d347300 Author: Andreas Tille <[email protected]> Date: Sat Jun 28 06:04:58 2014 +0000 Fix typo --- debian/tests/run-unit-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index d55692a..38b4942 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -1,11 +1,11 @@ #!/bin/sh -e -pkg=r-bioc-bbmisc +pkg=r-cran-bbmisc if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi cd $ADTTMP -cp -a /usr/share/doc/r-cran-bbmisc/tests/* $ADTTMP +cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP gunzip -r * LC_ALL=C R --no-save < run-all.R rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-bbmisc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
