aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:09:36 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:09:36 +0200
commit6aa015db8eb5e72e7c5e82ef5efced1898e75acd (patch)
tree863036571ec4147192c93ada488e10a8e4faf58f /GNUmakefile
parenta736ecc357889107b6e93f14cdf0c1ea4587817f (diff)
parent22b36c824fe5e1561868a649216fe079c6fbfb85 (diff)
Merge branch 'master' of kolab:pfm
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0a88d8c..c8803ab 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,7 +57,7 @@ winbin: $(WINBIN)
test: build
@echo "Running testthat tests..."
- "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log
+ NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log
@echo "DONE."
quickcheck: build

Contact - Imprint