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 +- log/test.log | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) 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 diff --git a/log/test.log b/log/test.log index 6c6325d..3c395a1 100644 --- a/log/test.log +++ b/log/test.log @@ -8,19 +8,10 @@ The following object is masked from ‘package:devtools’: test_file ✔ | F W S OK | Context - -⠏ | 0 | chent -⠏ | 0 | Generation of chent objects -⠋ | 1 | Generation of chent objects -⠸ | 4 | Generation of chent objects -✔ | 7 | Generation of chent objects [4.9s] - -⠏ | 0 | pai -⠏ | 0 | Generation of pai objects -⠋ | 1 | Generation of pai objects -✔ | 8 | Generation of pai objects [6.8s] +✔ | 7 | Generation of chent objects [4.0s] +✔ | 8 | Generation of pai objects [6.6s] ══ Results ═════════════════════════════════════════════════════════════════════ -Duration: 11.7 s +Duration: 10.6 s [ FAIL 0 | WARN 0 | SKIP 0 | PASS 15 ] -- cgit v1.2.1