Make test script print regression diffs

This commit is contained in:
Ben Merritt 2019-07-30 23:05:50 -07:00
parent 1d146975bd
commit 62ca2ab7f3
No known key found for this signature in database
GPG Key ID: F8AD20ED4E6239B7
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ pg_ctl=/usr/lib/postgresql/${PG_MAJOR}/bin/pg_ctl
"$pg_ctl" "--pgdata=${PGDATA}" start -w
make installcheck
"$pg_ctl" "--pgdata=${PGDATA}" stop
if [ -f regression.diffs ]; then
cat regression.diffs
fi