pgsql: Improve pg_regress so that it reports the fact if any test - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve pg_regress so that it reports the fact if any test
Date
Msg-id 20080517200201.50082754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve pg_regress so that it reports the fact if any test process
exits with nonzero status.  The Windows part of this is untested ...

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.44 -> r1.45)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.44&r2=1.45)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix utterly-bogus code for computing row heights.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: ecpglib needs to link with libintl if it's in use.