Package: r-cran-rsqlite
Version: 0.11.4
Severity: normal
Tags: patch
User: [email protected]
Usertags: autopkgtest

Dear Maintainer,

The tests are failing in debci using autopkgtest because it is trying to
descompress *.gz files unnecessarily. Below the autopkgtest's log:

adt-run [13:40:23]: test run-unit-test: [-----------------------
gzip: *.gz: No such file or directory
adt-run [13:40:24]: test run-unit-test: -----------------------]

The tests cannot find the files with extension gz because they don't exist,
removing the command 'gunzip *.gz' in debian/tests/run-unit-test the
suit test finished successfully.

Thanks for consider it!


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru r-cran-rsqlite-0.11.4.orig/debian/tests/run-unit-test r-cran-rsqlite-0.11.4/debian/tests/run-unit-test
--- r-cran-rsqlite-0.11.4.orig/debian/tests/run-unit-test	2014-08-06 22:36:41.922119091 -0300
+++ r-cran-rsqlite-0.11.4/debian/tests/run-unit-test	2014-08-06 22:40:13.544690249 -0300
@@ -5,7 +5,6 @@
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
 cd $ADTTMP
-gunzip *.gz
 cp /usr/share/doc/${pkg}/tests/* $ADTTMP
 for runtest in `ls *.R` ; do
    R --no-save < $runtest >/dev/null

Reply via email to