Skip to content

Commit d684f38

Browse files
committed
test: report auth readiness failures
Print the last psql result when the password-authentication rule does not become active. Relates to #96
1 parent a2bba1e commit d684f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
sleep 0.1
246246
done
247247
if [[ "${auth_rule_ready}" != true ]]; then
248-
echo 'Password-authentication rule did not become active' >&2
248+
echo "Password-authentication rule did not become active: ${auth_error}" >&2
249249
exit 1
250250
fi
251251

0 commit comments

Comments
 (0)