Skip to content

Commit

Permalink
add a newline to the project list between the pass/fail lists for rea…
Browse files Browse the repository at this point in the history
…dability (#14086)
  • Loading branch information
shughes26 authored Feb 14, 2025
1 parent c2a07d8 commit c16a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/programs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ if [ ${#failed_projects[@]} -ne 0 ]; then
for project in "${failed_projects[@]}"; do
echo "- $project"
done
echo "The following projects passed:"
echo "\nThe following projects passed:"
for project in "${passing_projects[@]}"; do
echo "- $project"
done
Expand Down

0 comments on commit c16a21c

Please sign in to comment.