#!/bin/sh

if ! pg_virtualenv make installcheck; then
  cat regression.diffs
  exit 1
fi
