We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a755f69 commit eb8512fCopy full SHA for eb8512f
bin/test-with-test-runner
@@ -66,7 +66,7 @@ function verify_exercise() {
66
67
# Create summary.txt with header only on first failure
68
if [ ! -f "$summary_file" ]; then
69
- echo "The following exercises did NOT pass:" > "$summary_file"
+ echo "The following exercises have test failures or test errors:" > "$summary_file"
70
fi
71
72
# Append the correct path (practice/slug or concept/slug)
0 commit comments