diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-21 11:31:33 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-21 11:31:33 +0200 |
commit | 8ce251e5ee619a240da2381eda58bc94a554ca37 (patch) | |
tree | a1b16f0b803e61fda58d9955cbf5c35668bb8820 | |
parent | fdea2cd47c639d18a4ebdf1b1ec0cef50718310f (diff) |
Improve test log formatting
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0084267a..6b491993 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -70,6 +70,7 @@ clean: test: install "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + sed -i -e "s/\r.*\r//" test.log testcheck: test check |