[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Solved (Was: Any idea why there might be two failures in r-cran-ps autopkgtest)



On Fri, Sep 11, 2020 at 12:49:34PM +0200, Andreas Tille wrote:
> Backtrace:
>  1. testthat::expect_identical(ps_terminal(p), ps_terminal(me)) test-posix-zombie.R:25:2
>  4. ps::ps_terminal(p)

As the test says it is checking a terminal.  So it was not only xvfb-run missing but
a terminal was needed.  Thus

   /usr/bin/xvfb-run --auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -noreset" xterm  -e /bin/sh -c "R --no-save < $testfile"

finally solved the issue.

Kind regards

     Andreas.

-- 
http://fam-tille.de


Reply to: