We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d851c29 commit fb63b94Copy full SHA for fb63b94
tests/tinytest.R
@@ -3,8 +3,7 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
3
4
## if OMP_THREAD_LIMIT is set, and its value is 2, we have a good
5
## idea of where we are and we likely do not want to run all tests
6
- if (Sys.getenv("OMP_THREAD_LIMIT", unset="") != "" && # it is set
7
- Sys.getenv("OMP_THREAD_LIMIT") == "2") { # value is two
+ if (Sys.getenv("OMP_THREAD_LIMIT", unset="") == "2") { # set and 2
8
if (Sys.getenv("RunAllRcppTests", "") != "") { # if unset
9
Sys.setenv("RunAllRcppTests"="no")
10
}
0 commit comments