We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BUILD
bootimage test
1 parent e3b7f75 commit 1fc4abdCopy full SHA for 1fc4abd
src/subcommand/test.rs
@@ -24,7 +24,6 @@ pub(crate) fn test(mut args: Args) -> Result<(), ErrorString> {
24
target_args.set_bin_name(target.name.clone());
25
let test_bin_path = build::build_impl(&builder, &mut target_args, true)
26
.expect(&format!("Failed to build test: {}", target.name));
27
- println!("");
28
29
(target, test_bin_path)
30
})
0 commit comments