Skip to content

Commit a755f69

Browse files
jagdish-15kahgoh
andauthored
Update bin/test-changed-exercise
Co-authored-by: Kah Goh <[email protected]>
1 parent e43ea8e commit a755f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-changed-exercise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ for dir in $changed_exercises; do
6666

6767
# Create summary.txt with header only on first failure
6868
if [ ! -f "$summary_file" ]; then
69-
echo "The following exercises did NOT pass:" > "$summary_file"
69+
echo "The following exercises have test failures or test errors:" > "$summary_file"
7070
fi
7171

7272
# Append the correct path (practice/slug or concept/slug)

0 commit comments

Comments
 (0)