[med-svn] [r-cran-bbmle] 04/11: Remove temporary test dir

Andreas Tille tille at debian.org
Fri Sep 29 18:15:34 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-bbmle.

commit 0eb3f552574c30cddfe82bbc64da975e0790b38f
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jan 15 21:19:03 2017 +0000

    Remove temporary test dir
---
 debian/changelog           | 6 ++++++
 debian/tests/run-unit-test | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cd1ee21..2357bee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+r-cran-bbmle (1.0.18-3) UNRELEASED; urgency=medium
+
+  * Remove temporary test dir
+
+ -- Andreas Tille <tille at debian.org>  Sun, 15 Jan 2017 22:18:27 +0100
+
 r-cran-bbmle (1.0.18-2) unstable; urgency=medium
 
   * Add missing autopkgtest dependency: r-cran-testthat
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 7a394c4..511d4cd 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -22,7 +22,7 @@ filter() {
 
 if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
-#  trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+  trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
 fi
 cd $ADTTMP
 if [ 0 -eq 1 ] ; then # try to use RUnit - but this does not do anything :-(

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



More information about the debian-med-commit mailing list