diff options
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 |