dev-R/*: die if tests dir didn't exist

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 19:29:38 +01:00
parent 76add942a1
commit 83fab005a8
24 changed files with 24 additions and 24 deletions

View File

@@ -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