mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
say what we are doing
This commit is contained in:
@@ -76,6 +76,7 @@ pub fn run_tests(mut config: Config) -> Result<()> {
|
||||
// Get the triple with which to run the tests
|
||||
let target = config.target.clone().unwrap_or_else(|| config.get_host());
|
||||
|
||||
eprintln!(" Building test dependencies...");
|
||||
let dependencies = build_dependencies(&config)?;
|
||||
for (name, dependency) in dependencies.dependencies {
|
||||
config.args.push("--extern".into());
|
||||
|
||||
Reference in New Issue
Block a user