[pgjdbc/pgjdbc] 3883a8: bug: fix false alarm on check coredump (#806)

From: Vladimir Gordiychuk <folyga(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 3883a8: bug: fix false alarm on check coredump (#806)
Date: 2017-04-06 23:07:11
Message-ID: 58e6ca1f3534f_1a57c3fdb87655c2813911@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 3883a846febfe92582be2785737da9460ece1176
https://github.com/pgjdbc/pgjdbc/commit/3883a846febfe92582be2785737da9460ece1176
Author: Vladimir Gordiychuk <folyga(at)gmail(dot)com>
Date: 2017-04-06 (Thu, 06 Apr 2017)

Changed paths:
M .travis/travis_check_postgres_health.sh

Log Message:
-----------
bug: fix false alarm on check coredump (#806)

Find coredump without sudo if it's available. It fix problem that travis
print to stdout not stderr message

```
This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid, and setgid executables.
If you require sudo, add 'sudo: required' to your .travis.yml
```

that affect command that find corredumps.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2017-04-07 06:17:33 Re: Upcoming pgjdbc release: todo list
Previous Message Vladimir Sitnikov 2017-04-06 13:08:13 Upcoming pgjdbc release: todo list