From 9ccbbcd8f30d417a69baa231c9719c82882c72fc Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 28 Nov 2024 17:01:03 +0100 Subject: Update test log --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 60d12ca..04365c9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ pd: roxy build: roxy $(TGZ) test: build - "$(RBIN)/Rscript" -e 'library(devtools); devtools::test()' 2>&1 | tee test.log + "$(RBIN)/Rscript" -e 'library(devtools); devtools::test()' 2>&1 | tee log/test.log sed -i -e "s/\r.*\r//" test.log quickcheck: build -- cgit v1.2.3