diff --git a/_integration-test/run.sh b/_integration-test/run.sh index b08bc3d..23f6d65 100755 --- a/_integration-test/run.sh +++ b/_integration-test/run.sh @@ -120,7 +120,11 @@ done echo "${_endgroup}" echo "${_group}Ensure cleanup crons are working ..." -$dc ps | grep -q -E -e '\-cleanup\s+running\s+' -e '\-cleanup[_-].+\s+Up\s+' +$dc ps -a | tee debug.log | grep -E -e '\-cleanup\s+running\s+' -e '\-cleanup[_-].+\s+Up\s+' +# to debug https://github.com/getsentry/self-hosted/issues/1171 +echo '------------------------------------------' +cat debug.log +echo '------------------------------------------' echo "${_endgroup}" echo "${_group}Test custom CAs work ..."