[r-cran-afex] 01/02: Fix autopkgtest

Andreas Tille tille at debian.org
Tue May 3 20:07:57 UTC 2016


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

tille pushed a commit to branch master
in repository r-cran-afex.

commit 9bf647ac1e04a1f898a8de8438dcd5c6ca25a4b8
Author: Andreas Tille <tille at debian.org>
Date:   Tue May 3 22:02:56 2016 +0200

    Fix autopkgtest
---
 debian/changelog           | 7 +++++++
 debian/tests/run-unit-test | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3651ec9..ca23f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-afex (0.16-1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix autopkgtest
+
+ -- Andreas Tille <tille at debian.org>  Tue, 03 May 2016 22:02:33 +0200
+
 r-cran-afex (0.16-1-1) unstable; urgency=low
 
   [ Jonathon Love ]
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index a90f0b3..0a3bb0a 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -7,7 +7,7 @@ if [ "$ADTTMP" = "" ] ; then
 fi
 cd $ADTTMP
 cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
-gunzip -r *.gz
+find . -name "*.gz" -exec gunzip \{\} \;
 for runtest in `ls *.R` ; do
    LC_ALL=C R --no-save < $runtest >/dev/null
    if [ ! $? ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-afex.git



More information about the debian-science-commits mailing list