pgsql: Improve pg_regress so that it reports the fact if any test

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve pg_regress so that it reports the fact if any test
Date: 2008-05-17 20:02:01
Message-ID: 20080517200201.50082754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-17 20:23:40 pgsql: ecpglib needs to link with libintl if it's in use.
Previous Message Tom Lane 2008-05-17 17:52:14 pgsql: Fix utterly-bogus code for computing row heights.