Skip to content

Commit eb8512f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-with-test-runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function verify_exercise() {
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)