[r-cran-spatstat] 19/38: Get the tests right
Andreas Tille
tille at debian.org
Fri Oct 20 14:27:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-spatstat.
commit 974ec4d7a2704c455ebc02f021435e7ad42372bb
Author: Andreas Tille <tille at debian.org>
Date: Wed Jan 15 22:46:53 2014 +0000
Get the tests right
---
debian/README.test | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/README.test b/debian/README.test
index 43e1b7f..d20decf 100644
--- a/debian/README.test
+++ b/debian/README.test
@@ -3,8 +3,13 @@ Notes on how this package can be tested.
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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-spatstat.git
More information about the debian-science-commits
mailing list