From df70d80d9ef13b69e58de6f47b9041b6a021025e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 21 Jul 2020 15:50:21 +0200 Subject: Clean test.log after testing --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 0d3f38e..aeb09e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,6 +58,7 @@ winbin: $(WINBIN) test: build @echo "Running testthat tests..." NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + sed -i -e "s/\r.*\r//" test.log @echo "DONE." quickcheck: build -- cgit v1.2.1