Re: pgsql-server/contrib/dblink Makefile - Mailing list pgsql-committers

From Joe Conway
Subject Re: pgsql-server/contrib/dblink Makefile
Date
Msg-id 3D75029E.9080603@joeconway.com
Whole thread Raw
In response to Re: pgsql-server/contrib/dblink Makefile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: pgsql-server/contrib/dblink Makefile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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



pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/contrib/dblink Makefile
Next
From: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql-server/src backend/commands/sequence.c b ...