Re: pgsql-server/contrib/dblink Makefile

From: Joe Conway <mail(at)joeconway(dot)com>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Tom Lane <tgl(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/contrib/dblink Makefile
Date: 2002-09-03 18:42:38
Message-ID: 3D75029E.9080603@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Christopher Kings-Lynne wrote:
>>I see what you did, and understand why, but it made me wonder if there
>>is a more standard way of doing a test procedure for contrib. Should I
>>be doing something differently?
>
> Yep - check contrib/tsearch
>

I did:

cd contrib/tsearch
make
make install
make installcheck

I get very odd results:

[...]
+ count_ignored=0
+ echo

+ '[' 1 -eq 1 ']'
+ msg=All 1 tests passed.
+ result=0
++ echo ' All 1 tests passed. '
++ sed s/./=/g
+ dashes======================
+ echo =====================
=====================
+ echo ' All 1 tests passed. '
All 1 tests passed.
+ echo =====================
=====================
+ echo

+ '[' -s ./regression.diffs ']'
+ rm -f ./regression.diffs ./regression.out
+ exit 0
+ exit
+ savestatus=0
+ '[' -n '' ']'
+ rm -f /tmp/pg_regress.4294
+ exit 0

I take it that means that the test passed, but am I doing something
wrong to get these results?

Joe

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2002-09-03 18:50:54 pgsql-server/src backend/commands/sequence.c b ...
Previous Message Bruce Momjian 2002-09-03 17:56:42 Re: pgsql-server/contrib/dblink Makefile