Skip to content

Commit 6b16797

Browse files
committed
compiletest: show rustc env when verbose
1 parent 6eb4f1d commit 6b16797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,7 @@ impl<'test> TestCx<'test> {
15351535
}
15361536
}
15371537

1538+
logv(self.config, format!("rustc env {:?}", self.props.rustc_env));
15381539
rustc.envs(self.props.rustc_env.clone());
15391540
self.compose_and_run(
15401541
rustc,

0 commit comments

Comments
 (0)