Skip to content

Commit 704358e

Browse files
committed
compiletest: write out the env it's testing
1 parent f4336be commit 704358e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/compiletests/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ impl Runner {
151151
format!("{}-{}", env, variation.name)
152152
};
153153

154+
println!("Testing env: {}\n", stage_id);
155+
154156
let target = format!("{SPIRV_TARGET_PREFIX}{env}");
155157
let libs = build_deps(&self.deps_target_dir, &self.codegen_backend_path, &target);
156158
let mut flags = test_rustc_flags(&self.codegen_backend_path, &libs, &[

0 commit comments

Comments
 (0)