We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48423a6 commit 0be44ccCopy full SHA for 0be44cc
test/system/220-healthcheck.bats
@@ -439,6 +439,7 @@ function _check_health_log {
439
# Wait for background healthcheck to finish and make sure the exit status is 1
440
rc=0
441
wait -n $hc_pid || rc=$?
442
+ cat $hcStatus # just as debug in case the exit code check fails
443
assert $rc -eq 1 "exit status check of healthcheck command"
444
assert $(< $hcStatus) == "stopped" "Health status"
445
0 commit comments