[R-pkg-team] Bug#908662: r-cran-etm: autopkgtest regression: saved results mismatch

Graham Inggs ginggs at debian.org
Sat Jul 20 09:11:51 BST 2019


Control: reopen -1
Control: tags -1 + patch

Hi Andreas

Your patch fixed the autopkgtest on amd64 and armhf, but now it fails
on i386, arm64, ppc64el and s390x.

Instead of a patch, how about simply filtering the offending line from
the saved results, as below?

If you agree, I'll upload with this change.

--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -11,6 +11,7 @@
         -e '^ISBN 3' \
         -e '^Loading required package: lattice' \
         -e '^Loading required package: splines' \
+        -e '^183  1\.0000 183\.0 [0-9.e-]* 1\.00000 1\.0000      1       1' \
        $1 | \
     sed -e '/^> *proc\.time()$/,$d' \
         -e '/^  Natural language support but running in an English locale/,+1d'

Regards
Graham



More information about the R-pkg-team mailing list