[r-cran-contfrac] 01/02: Fix unit test

Andreas Tille tille at debian.org
Tue May 3 20:09:34 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-contfrac.

commit a176bcf9391baa77dfd349ccbf0c2d9346c2dd8d
Author: Andreas Tille <tille at debian.org>
Date:   Tue May 3 22:05:33 2016 +0200

    Fix unit test
---
 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 ceb6433..9ab2e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-contfrac (1.1-9-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix unit test
+
+ -- Andreas Tille <tille at debian.org>  Tue, 03 May 2016 22:05:14 +0200
+
 r-cran-contfrac (1.1-9-2) unstable; urgency=low
 
   * Fix to unit tests
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index b7674c2..7d3eb64 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-contfrac.git



More information about the debian-science-commits mailing list