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 1
1
2019-12-08 Dirk Eddelbuettel <
[email protected] >
2
2
3
+ * inst/tinytest/test_client_package.R: Finer-grained skip messages
4
+
3
5
* src/attributes.cpp: Remove dangling '#nocov end'
4
6
5
7
2019-12-07 Dirk Eddelbuettel <
[email protected] >
Original file line number Diff line number Diff line change 19
19
# # This now (Dec 2011) appears to fail on Windows
20
20
.onWindows <- .Platform $ OS.type == " windows"
21
21
22
- .runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes"
22
+ .runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes" && Sys.getenv( " RunVerboseRcppTests " ) == " yes "
23
23
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.'" )
28
26
29
27
# .client.package <- function(pkg = "testRcppPackage") {
30
28
td <- tempfile()
You can’t perform that action at this time.
0 commit comments