From d57db4d76556ee803693b1ff39683d6e19545e53 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 29 Sep 2016 11:19:08 -0500 Subject: [PATCH] Attempt running pg_ctl test as postgres user. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a895e07..47b7737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,8 @@ script: || (echo 'Idempotence test: fail' && exit 1) # Check PostgreSQL status. - - 'docker exec "$(cat ${container_id})" pg_ctl status' + - 'docker exec "$(cat ${container_id})" cat /etc/passwd' + - 'docker exec "$(cat ${container_id})" -u postgres pg_ctl status' notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/