Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d43e12e

Browse files
committed
say what we are doing
1 parent 3094137 commit d43e12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui_test/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pub fn run_tests(mut config: Config) -> Result<()> {
7676
// Get the triple with which to run the tests
7777
let target = config.target.clone().unwrap_or_else(|| config.get_host());
7878

79+
eprintln!(" Building test dependencies...");
7980
let dependencies = build_dependencies(&config)?;
8081
for (name, dependency) in dependencies.dependencies {
8182
config.args.push("--extern".into());

0 commit comments

Comments
 (0)