mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-R/brio: Remove test flag from metadata and use test in src_test
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
@@ -20,8 +20,6 @@ SUGGESTED_PACKAGES="
|
||||
"
|
||||
|
||||
src_test() {
|
||||
if use test; then
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
fi
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user