Can you please simply do team uploads if you found a patch.
I'm busy with real life for the next 10 days.

On Sun, Aug 11, 2019 at 01:17:40PM +0200, Graham Inggs wrote:
> Control: tags -1 + patch
> 
> The patch below got the test passing in Ubuntu.
> 
> --- a/debian/tests/run-unit-test
> +++ b/debian/tests/run-unit-test
> @@ -10,7 +10,7 @@
>  cp /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP
>  find . -name "*.gz" -exec gunzip \{\} \;
>  for rnw in `ls *.[rRS]nw` ; do
> -rfile=`echo $rnw | sed 's/\.[rRS]nw/.R/'`
> +rfile=`echo $rnw | sed 's/\.[rR]nw/.R/'`
>  R --no-save <<EOT
>    Stangle("$rnw")
>    source("$rfile", echo=TRUE)
> 
> _______________________________________________
> R-pkg-team mailing list
> r-pkg-t...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/r-pkg-team

-- 
http://fam-tille.de

Reply via email to