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 93c270c commit b171413Copy full SHA for b171413
src/libstd/rt/test.rs
@@ -69,7 +69,7 @@ pub fn run_in_mt_newsched_task(f: ~fn()) {
69
let f_cell = Cell::new(f);
70
71
do run_in_bare_thread {
72
- let nthreads = match os::getenv("RUST_TEST_THREADS") {
+ let nthreads = match os::getenv("RUST_RT_TEST_THREADS") {
73
Some(nstr) => FromStr::from_str(nstr).get(),
74
None => {
75
// Using more threads than cores in test code
0 commit comments