mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-R/*: die if tests dir didn't exist
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
@@ -25,6 +25,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