[med-svn] [r-cran-doparallel] 04/12: Fix run-unit-test (dont use R CMD BATCH which hides output)

Andreas Tille tille at debian.org
Mon Oct 9 14:03:10 UTC 2017


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

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

commit d1b453b2f29e444a71ab8a61adb4458d11195406
Author: Gordon Ball <gordon at chronitis.net>
Date:   Wed Jun 8 12:55:05 2016 +0000

    Fix run-unit-test (dont use R CMD BATCH which hides output)
---
 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 d349f8c..ae6d6bb 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -6,5 +6,5 @@ if [ "$ADTTMP" = "" ] ; then
 fi
 cd $ADTTMP
 cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
-R CMD BATCH doRUnit.R
+R --no-save < doRUnit.R
 rm -f $ADTTMP/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-doparallel.git



More information about the debian-med-commit mailing list