pgsql: Fix python regression testing script to bail out early if

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix python regression testing script to bail out early if
Date: 2005-03-24 17:23:40
Message-ID: 20050324172340.1BD49534A4@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix python regression testing script to bail out early if language
creation fails ... no point in running the tests.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/pl/plpython:
test.sh (r1.4 -> r1.4.8.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/test.sh.diff?r1=1.4&r2=1.4.8.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-24 18:16:18 pgsql: Set socket timer to 58 instead of 60 minutes for hour-old
Previous Message Tom Lane 2005-03-24 17:23:34 pgsql: Fix python regression testing script to bail out early if