Markus Wanner wrote:
> Hi,
>
> Kevin Grittner wrote:
>> My pager is "less"; could that cause it? Could the twisted
>> environment look like one where the pager should kick in?
>
> Yes, that could be it. At least it fails here, too, if I set
> PAGER=less. Try:
>
> PAGER=more make dcheck
>
Surely for automated use you want the psql pager off altogether. "psql
--pset pager=off" or some such invocation should do it.
cheers
andrew