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:34
Message-ID: 20050324172334.9F3C553411@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.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-24 17:23:40 pgsql: Fix python regression testing script to bail out early if
Previous Message Tom Lane 2005-03-24 17:22:45 pgsql: Adjust plpython to convert \r\n and \r to \n in Python scripts,