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.
2 parents 3bcc196 + b171413 commit f28e581Copy full SHA for f28e581
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