Have travis specify "postgres" as the testsuite running user
This commit is contained in:
parent
50060a2529
commit
91bec69a68
@ -19,5 +19,5 @@ before_install:
|
||||
script:
|
||||
- make
|
||||
- sudo make install
|
||||
- PGOPTIONS='-c client_min_messages=NOTICE' make installcheck ||
|
||||
- PGOPTIONS='-c client_min_messages=NOTICE' PGUSER=postgres make installcheck ||
|
||||
{ cat regression.diffs; false; }
|
||||
|
Loading…
Reference in New Issue
Block a user