Skip to content

Commit 673b6da

Browse files
committed
undo test override from 1.0.8.3
1 parent 39f8aa5 commit 673b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tinytest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
99

1010
## Force tests to be executed if in dev release which we define as
1111
## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
12-
if (FALSE && length(strsplit(packageDescription("Rcpp")$Version, "\\.")[[1]]) > 3) { # dev rel, and
12+
if (length(strsplit(packageDescription("Rcpp")$Version, "\\.")[[1]]) > 3) { # dev rel, and
1313
if (Sys.getenv("RunAllRcppTests") != "no") { # if env.var not yet set
1414
message("Setting \"RunAllRcppTests\"=\"yes\" for development release\n")
1515
Sys.setenv("RunAllRcppTests"="yes")

0 commit comments

Comments
 (0)