From bc3825ae2d12c18ea3d3caf17eb23c93fef180b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2020 09:31:35 +0200 Subject: Fix issues for release --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1adac4e0..fea87d6b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -80,7 +80,7 @@ test: install devtest: install "$(RDEVBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test_dev.log - sed -i -e "s/\r.*\r//" test.log + sed -i -e "s/\r.*\r//" test_dev.log slowtests: install NOT_CRAN=true "$(RBIN)/Rscript" -e 'library(mkin); testthat::test_dir("tests/testthat/slow")' 2>&1 | tee tests_slow.log -- cgit v1.2.1