mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-R/*: die if tests dir didn't exist
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
@@ -39,7 +39,7 @@ SUGGESTED_PACKAGES="
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
cd "${WORKDIR}/${P}/tests" || die
|
||||
# These require network access
|
||||
rm testthat/test-session.R
|
||||
rm testthat/test-rename.R
|
||||
|
||||
Reference in New Issue
Block a user