Skip to content

Commit 9413aaf

Browse files
authored
In ci-checks.sh, call endgroup before exiting (#7536)
1 parent 6b736c1 commit 9413aaf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/ci-checks.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ endgroup
165165
group "Summary"
166166
if [[ -n "$FAIL" ]]; then
167167
echo "The following checks failed: ${FAIL//;/, }"
168+
endgroup
168169
exit 1
169170
else
170171
echo "All checks passed"
172+
endgroup
171173
exit 0
172-
fi
173-
endgroup
174+
fi

0 commit comments

Comments
 (0)