[med-svn] [r-bioc-deseq2] 02/02: Fix test cleanup failing, show test output
Gordon Ball
chronitis-guest at moszumanska.debian.org
Tue Aug 23 19:52:55 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-bioc-deseq2.
commit f74bb8225231922de3111267cde711a7eadfecc3
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Aug 23 16:24:49 2016 +0200
Fix test cleanup failing, show test output
---
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 771fc61..38076cd 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/*
+rm -rf $ADTTMP/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-deseq2.git
More information about the debian-med-commit
mailing list