diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 39270cb3..5f2b9bda 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -80,6 +80,7 @@ clean: test: install "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + # The following does not have the desired effect with current testthat sed -i -e "s/\r.*\r//" test.log devtest: install |