dev-R/webfakes: release -r1 and fix failing tests

The tests fail when there is no running x server, disable the non-CRAN
tests.

Closes: https://bugs.gentoo.org/856343
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-04 10:22:26 +01:00
parent 3447d33520
commit 8c3fc608d5

View File

@@ -38,5 +38,5 @@ SUGGESTED_PACKAGES="
src_test() {
cd "${WORKDIR}/${P}/tests" || die
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
}