Make test script print regression diffs
This commit is contained in:
parent
1d146975bd
commit
62ca2ab7f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue