Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
matttbe committed Jun 29, 2023
2 parents 49132b6 + 0673dc0 commit 1b78a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ _has_failed_tests() {

_print_tests_result() {
echo "All tests:"
grep --no-filename -e "^ok " -e "^not ok " "${RESULTS_DIR}"/*.tap
grep --no-filename -e "^ok [0-9]\+ test:" -e "^not ok " "${RESULTS_DIR}"/*.tap
}

_print_failed_tests() { local t
Expand All @@ -996,7 +996,7 @@ _print_failed_tests() { local t
_print_line
echo "- $(basename "${t}"):"
echo
cat "${t}"
grep -v "^ok [0-9]\+ - " "${t}"
fi
done
_print_line
Expand Down

0 comments on commit 1b78a82

Please sign in to comment.