Skip to content

Commit f28e581

Browse files
committed
auto merge of #7854 : brson/rust/rt-test-threads, r=pcwalton
2 parents 3bcc196 + b171413 commit f28e581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn run_in_mt_newsched_task(f: ~fn()) {
6969
let f_cell = Cell::new(f);
7070

7171
do run_in_bare_thread {
72-
let nthreads = match os::getenv("RUST_TEST_THREADS") {
72+
let nthreads = match os::getenv("RUST_RT_TEST_THREADS") {
7373
Some(nstr) => FromStr::from_str(nstr).get(),
7474
None => {
7575
// Using more threads than cores in test code

0 commit comments

Comments
 (0)