Skip to content

Commit 1fc4abd

Browse files
committed
Avoid newlines between BUILD lines in output of bootimage test
1 parent e3b7f75 commit 1fc4abd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/subcommand/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pub(crate) fn test(mut args: Args) -> Result<(), ErrorString> {
2424
target_args.set_bin_name(target.name.clone());
2525
let test_bin_path = build::build_impl(&builder, &mut target_args, true)
2626
.expect(&format!("Failed to build test: {}", target.name));
27-
println!("");
2827

2928
(target, test_bin_path)
3029
})

0 commit comments

Comments
 (0)