[med-svn] [r-cran-r.cache] 03/03: Don't hide output in run-unit-test
Gordon Ball
chronitis-guest at moszumanska.debian.org
Tue Aug 23 10:11:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository r-cran-r.cache.
commit 05910fbd2c43a18067609b324041d7e516aed7d8
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Aug 23 12:05:10 2016 +0200
Don't hide output in run-unit-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 6a468eb..1cea022 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -10,7 +10,7 @@ find . -name "*.gz" -exec gunzip \{\} \;
export LC_ALL=C
for test in *R
do
- R CMD BATCH ${test}
+ R --no-save < ${test}
echo "Test ${test} passed"
done
rm -f $ADTTMP/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-r.cache.git
More information about the debian-med-commit
mailing list