From 8ce251e5ee619a240da2381eda58bc94a554ca37 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 21 Oct 2019 11:31:33 +0200 Subject: Improve test log formatting --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 0084267a..6b491993 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -70,6 +70,7 @@ clean: test: install "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + sed -i -e "s/\r.*\r//" test.log testcheck: test check -- cgit v1.2.1