python - be: Use os.listdir, and only process files, so as not to try to

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Use os.listdir, and only process files, so as not to try to
Date: 2005-06-18 02:14:01
Message-ID: 20050618021401.281B51126090@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use os.listdir, and only process files, so as not to try to test ./CVS/*.

Modified Files:
--------------
be/test:
regress.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/regress.py.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-18 05:21:09 pgsql: Dept.
Previous Message James William Pye 2005-06-18 01:55:50 python - be: Add basic generator functionality checks.