[med-svn] [r-bioc-limma] 06/08: Make sure we enforce C locale in test

Andreas Tille tille at debian.org
Thu Oct 16 13:05:04 UTC 2014


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

tille pushed a commit to branch master
in repository r-bioc-limma.

commit d3f0f1ef392b4a677a233c645b8a93edb9f02e78
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 16 14:40:52 2014 +0200

    Make sure we enforce C locale in 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 2aeec4a..20d0ccb 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -9,8 +9,8 @@ cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
 for test in *R.gz
 do
   zcat ${test} > `basename ${test} .gz`
-  R CMD BATCH `basename ${test} .gz`
-  R CMD Rdiff `basename ${test} .gz`out.save* `basename ${test} .gz`out
+  LC_ALL=C R CMD BATCH `basename ${test} .gz`
+  LC_ALL=C R CMD Rdiff `basename ${test} .gz`out.save* `basename ${test} .gz`out
   rm `basename ${test} .gz`out .RData
 done
 rm -f $ADTTMP/*

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



More information about the debian-med-commit mailing list