File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 112019-12-08 Dirk Eddelbuettel <
[email protected] >
22
3+ * inst/tinytest/test_client_package.R: Finer-grained skip messages
4+
35 * src/attributes.cpp: Remove dangling '#nocov end'
46
572019-12-07 Dirk Eddelbuettel <
[email protected] >
Original file line number Diff line number Diff line change 1919# # This now (Dec 2011) appears to fail on Windows
2020.onWindows <- .Platform $ OS.type == " windows"
2121
22- .runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes"
22+ .runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes" && Sys.getenv( " RunVerboseRcppTests " ) == " yes "
2323
24- # # override -- skipping test for now as noisy
25- .runThisTest <- FALSE
26-
27- if ( ! .runThisTest || .onWindows ) exit_file(" Skipping 'test_client_package.R'" )
24+ if (! .runThisTest ) exit_file(" Set 'RunVerboseRcppTests' and 'RunAllRcppTests' to 'yes' to run." )
25+ if (.onWindow ) exit_file(" Skipping on Windows.'" )
2826
2927# .client.package <- function(pkg = "testRcppPackage") {
3028td <- tempfile()
You can’t perform that action at this time.
0 commit comments