aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-08 09:31:35 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-08 09:31:35 +0200
commitbc3825ae2d12c18ea3d3caf17eb23c93fef180b8 (patch)
tree112e70a29db2fb35dd624af20f4d400c579b0283 /GNUmakefile
parentc7635af214729d2dc15dd8fbee2ebe6bc64493a4 (diff)
Fix issues for release
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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

Contact - Imprint