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 /GNUmakefile | |
parent | 09fbf31ef6f352e76abac2a7e76838ef331edeb9 (diff) |
Update test log
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 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 |