From f5d7a44b4112c9906339181dfe3501de43be8183 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 28 Mar 2022 10:59:02 -0400 Subject: [PATCH] Add some debug logging (#1340) --- _integration-test/run.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ..."