[r-cran-spdep] 14/26: Fix test
Sébastien Villemot
sebastien at debian.org
Sun Nov 19 15:23:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository r-cran-spdep.
commit 92d4b7e3bcf981ba0583c7d18f3f58c54dad3b1d
Author: Andreas Tille <tille at debian.org>
Date: Sat Apr 16 06:27:45 2016 +0000
Fix 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 06d1e80..00f1c0c 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -7,7 +7,7 @@ if [ "$ADTTMP" = "" ] ; then
fi
cd $ADTTMP
cp /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP
-gunzip *.gz
+find . -name "*.gz" -exec gunzip \{\} \;
for rnw in `ls *.[rR]nw` ; do
rfile=`echo $rnw | sed 's/\.[rR]nw/.R/'`
R --no-save <<EOT
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-spdep.git
More information about the debian-science-commits
mailing list