This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-plyr.
commit aee7489e3eb65bf237eb079df18cef64c76bb4f7 Author: Andreas Tille <[email protected]> Date: Wed Apr 27 23:29:43 2016 +0200 Fix autopkgtest --- debian/changelog | 6 ++++++ debian/tests/run-unit-test | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index de30fc4..6a0bfd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +r-cran-plyr (1.8.3-2) UNRELEASED; urgency=medium + + * Fix autopkgtest + + -- Andreas Tille <[email protected]> Wed, 27 Apr 2016 23:22:14 +0200 + r-cran-plyr (1.8.3-1) unstable; urgency=medium * New upstream version diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index e1b247d..95bf65b 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -6,7 +6,8 @@ if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi cd $ADTTMP -cp /usr/share/doc/${pkg}/tests/* $ADTTMP +cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP +find . -name "*.gz" -exec gunzip \{\} \; # Make sure we are using C locale to pass all tests -LC_ALL=C R --no-save < test-all.R -rm -f $ADTTMP/* +LC_ALL=C R --no-save < testthat.R +rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-plyr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
