summaryrefslogtreecommitdiff
path: root/src/dev/check.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/check.rs')
-rw-r--r--src/dev/check.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs
index 78396a8..61b1419 100644
--- a/src/dev/check.rs
+++ b/src/dev/check.rs
@@ -171,6 +171,7 @@ fn check_solutions(info_file: &InfoFile) -> Result<()> {
continue;
}
+ println!("Running the solution of {}", exercise_info.name);
let success = exercise_info.run_solution(&mut output, &target_dir)?;
if !success {
io::stderr().write_all(&output)?;