[Distr-commits] r1029 - pkg/utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 3 11:23:16 CEST 2015
Author: stamats
Date: 2015-05-03 11:23:16 +0200 (Sun, 03 May 2015)
New Revision: 1029
Modified:
pkg/utils/Rpkgcheck.sh
Log:
added flag --run-donttest to check
Modified: pkg/utils/Rpkgcheck.sh
===================================================================
--- pkg/utils/Rpkgcheck.sh 2015-05-03 08:35:22 UTC (rev 1028)
+++ pkg/utils/Rpkgcheck.sh 2015-05-03 09:23:16 UTC (rev 1029)
@@ -25,7 +25,7 @@
echo ---------------------------------------------
echo check as cran $tarGz
echo ---------------------------------------------
-$1 CMD check --as-cran --timings $tarGz
+$1 CMD check --as-cran --run-donttest --timings $tarGz
#
echo ---------------------------------------------
echo we test that the .tar.gz file of $2 exists
More information about the Distr-commits
mailing list