r46459 - /packages/R/r-cran-spatstat/trunk/debian/README.test

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Jan 15 22:46:53 UTC 2014


Author: tille
Date: Wed Jan 15 22:46:53 2014
New Revision: 46459

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46459
Log:
Get the tests right

Modified:
    packages/R/r-cran-spatstat/trunk/debian/README.test

Modified: packages/R/r-cran-spatstat/trunk/debian/README.test
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spatstat/trunk/debian/README.test?rev=46459&op=diff
==============================================================================
--- packages/R/r-cran-spatstat/trunk/debian/README.test	(original)
+++ packages/R/r-cran-spatstat/trunk/debian/README.test	Wed Jan 15 22:46:53 2014
@@ -3,8 +3,13 @@
 
 This package can be tested by running the provided test:
 
-  cd /usr/share/doc/r-cran-spatstat/tests
-  LC_ALL=C R --no-save < alltests.R
+DIR=`mktemp -d`
+cd $DIR
+cp -a /usr/share/doc/r-cran-spatstat/tests/* .
+LC_ALL=C R --no-save < alltests.R
+cd ..
+rm -rf $DIR
+
 
 in order to confirm its integrity.
 




More information about the debian-science-commits mailing list