[r-cran-spatstat] 27/38: Fix test script

Andreas Tille tille at debian.org
Fri Oct 20 14:27:32 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-spatstat.

commit e548f89f73ce34fd24ea6a1d8b951a546310f1be
Author: Andreas Tille <tille at debian.org>
Date:   Fri Aug 7 11:05:20 2015 +0000

    Fix test script
---
 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 667a84b..070c0ec 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -10,10 +10,10 @@ gunzip -r *.gz
 for runtest in `ls *.R` ; do
    LC_ALL=C R --no-save < $runtest >/dev/null
    if [ ! $? ] ; then
-     echo "Test ${htest} failed"
+     echo "Test ${runtest} failed"
      exit 1
    else
-     echo "Test ${htest} passed"
+     echo "Test ${runtest} passed"
    fi
 done
 rm -rf $ADTTMP/*

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



More information about the debian-science-commits mailing list