[r-cran-dotcall64] 01/05: Fix autopkgtest.

Sébastien Villemot sebastien at debian.org
Thu Nov 9 21:27:38 UTC 2017


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

sebastien pushed a commit to branch master
in repository r-cran-dotcall64.

commit 13998766457b54393abb63deda1e3b6cf740c158
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Nov 9 22:04:36 2017 +0100

    Fix autopkgtest.
---
 debian/tests/generic | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/tests/generic b/debian/tests/generic
index eb39c8e..956ed31 100644
--- a/debian/tests/generic
+++ b/debian/tests/generic
@@ -1,6 +1,8 @@
 #!/bin/sh -e
 
-for testfile in tests/*.R; do
+cd tests
+
+for testfile in *.R; do
     echo "BEGIN TEST $testfile"
     LC_ALL=C R --no-save < $testfile
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-dotcall64.git



More information about the debian-science-commits mailing list