Clean up some uses of logging in ui tests
This commit is contained in:
parent
73ca84dfa1
commit
79c0db4cc8
5 changed files with 9 additions and 19 deletions
|
|
@ -623,7 +623,7 @@ impl<'test> TestCx<'test> {
|
|||
.arg("-L")
|
||||
.arg(&aux_dir)
|
||||
.args(&self.props.compile_flags)
|
||||
.envs(self.props.exec_env.clone());
|
||||
.envs(self.props.rustc_env.clone());
|
||||
self.maybe_add_external_args(
|
||||
&mut rustc,
|
||||
self.split_maybe_args(&self.config.target_rustcflags),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue