mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-R/*: die if tests dir didn't exist
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
@@ -26,7 +26,7 @@ SUGGESTED_PACKAGES="
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
cd "${WORKDIR}/${P}/tests" || die
|
||||
for i in *.R; do
|
||||
R_LIBS="${T}/R" edo Rscript --vanilla $i
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user