pg_repack/regress/travis_test.sh

11 lines
129 B
Bash
Raw Normal View History

#!/bin/bash
set -x
export PG_REGRESS_DIFF_OPTS=-u
if ! make installcheck; then
cat regress/regression.diffs
exit 1
fi