mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-R/*: die if tests dir didn't exist
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
@@ -19,6 +19,6 @@ SUGGESTED_PACKAGES="
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
cd "${WORKDIR}/${P}/tests" || die
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user