#!/bin/sh

# run tests as user postgres, disable createcluster.conf to get the default log_line_prefix
USER=postgres pg_buildext -c '--createclusterconf=/dev/null' installcheck
