Show the regression.diffs in case of failure
This commit is contained in:
parent
3ef7c9f62e
commit
491eeb34d8
@ -34,4 +34,4 @@ before_install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- PGPORT=$(cat .pg95.port) make test
|
- PGPORT=$(cat .pg95.port) make test || { cat src/pg/test/regression.diffs; false; }
|
||||||
|
Loading…
Reference in New Issue
Block a user