[med-svn] [r-bioc-cummerbund] 01/01: Correct path in run-unit-test

Gordon Ball chronitis-guest at moszumanska.debian.org
Sat Jul 2 19:09:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository r-bioc-cummerbund.

commit fa3110a6d631c76ed4686c390a7670072b67b804
Author: Gordon Ball <gordon at chronitis.net>
Date:   Sat Jul 2 20:54:07 2016 +0200

    Correct path in run-unit-test
---
 debian/tests/run-unit-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index fc4036b..3bcdd1b 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -6,7 +6,7 @@ if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
 cd $ADTTMP
-cp -r /usr/lib/R/$oname/extdata $ADTTMP
+cp -r /usr/lib/R/site-library/$oname/extdata $ADTTMP
 cp /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP
 find . -name "*.gz" -exec gunzip \{\} \;
 for rnw in `ls *.[rRS]nw` ; do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-cummerbund.git



More information about the debian-med-commit mailing list