Skip to content

Commit

Permalink
Also dump MM_LOG if rtpproxy output check fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 28, 2024
1 parent 9f0f044 commit 7bddcc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ report_rc_log "${RTPP_RC}" "${MM_CFG} rtpproxy.log ${MM_LOG}" "Checking RTPproxy
if [ x"${MM_LOG}" != x"" ]
then
report_rc_log "${MM_RC}" "${MM_LOG}" "Checking ${MM_TYPE} exit code"
report_rc_log "${RTPP_CHECK_RC}" "rtpproxy.log ${MM_LOG}" "Checking RTPproxy stdout"
else
report_rc "${MM_RC}" "Checking ${MM_TYPE} exit code"
report_rc_log "${RTPP_CHECK_RC}" rtpproxy.log "Checking RTPproxy stdout"
fi
report_rc_log "${RTPP_CHECK_RC}" rtpproxy.log "Checking RTPproxy stdout"

0 comments on commit 7bddcc6

Please sign in to comment.