[med-svn] [r-cran-reshape2] 04/06: Fixed test
Andreas Tille
tille at debian.org
Sat Jun 21 05:36:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-reshape2.
commit 27f93222e5f490c0fa1cf152160005e31eedd34d
Author: Andreas Tille <tille at debian.org>
Date: Sat Jun 21 07:27:40 2014 +0200
Fixed test
---
debian/tests/run-unit-test | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 117f341..c202349 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -5,7 +5,7 @@ if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $ADTTMP
-cp /usr/share/doc/${pkg}/tests/* $ADTTMP
-gzip -R *
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+gunzip -r *
R --no-save < testthat.R
rm -f $ADTTMP/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-reshape2.git
More information about the debian-med-commit
mailing list