diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 17:01:03 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 17:01:03 +0100 |
commit | 9ccbbcd8f30d417a69baa231c9719c82882c72fc (patch) | |
tree | 8d2e40b8f09300d7a7098c10243ccd570937815f | |
parent | 09fbf31ef6f352e76abac2a7e76838ef331edeb9 (diff) |
Update test log
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | 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 ] |