mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Print the exercise solution on check
This commit is contained in:
parent
50530fa3cf
commit
a3ada0eee8
@ -171,6 +171,7 @@ fn check_solutions(info_file: &InfoFile) -> Result<()> {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println!("Running the solution of {}", exercise_info.name);
|
||||||
let success = exercise_info.run_solution(&mut output, &target_dir)?;
|
let success = exercise_info.run_solution(&mut output, &target_dir)?;
|
||||||
if !success {
|
if !success {
|
||||||
io::stderr().write_all(&output)?;
|
io::stderr().write_all(&output)?;
|
||||||
|
Loading…
Reference in New Issue
Block a user