diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-21 15:50:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-21 15:50:21 +0200 |
commit | df70d80d9ef13b69e58de6f47b9041b6a021025e (patch) | |
tree | f00ede6be8732e59f094b27ea57b5b87e8101e7d /GNUmakefile | |
parent | 512cd50874b060d50a14d28df88018ac144cf6d3 (diff) |
Clean test.log after testing
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0d3f38e..aeb09e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,6 +58,7 @@ winbin: $(WINBIN) test: build @echo "Running testthat tests..." NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + sed -i -e "s/\r.*\r//" test.log @echo "DONE." quickcheck: build |