[Thuban-commits] r2723 - in trunk/thuban: . test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 20 11:22:55 CET 2007


Author: bernhard
Date: 2007-02-20 11:22:54 +0100 (Tue, 20 Feb 2007)
New Revision: 2723

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/test/README
Log:
* test/README: Added example how to set the PATH for postgis on Debian Etch.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2007-02-20 10:22:09 UTC (rev 2722)
+++ trunk/thuban/ChangeLog	2007-02-20 10:22:54 UTC (rev 2723)
@@ -1,3 +1,8 @@
+2007-02-20 Bernhard Reiter <bernhard at intevation.de>
+
+	 * test/README: Added example how to set the PATH for postgis on
+	 Debian Etch.
+
 2007-01-13 Didrik Pinte <dpinte at itae.be>
 
 	bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport

Modified: trunk/thuban/test/README
===================================================================
--- trunk/thuban/test/README	2007-02-20 10:22:09 UTC (rev 2722)
+++ trunk/thuban/test/README	2007-02-20 10:22:54 UTC (rev 2723)
@@ -12,7 +12,8 @@
 The tests use the unittest module of the python standard library.
 
 Some of the tests expect the iceland sample data to be present in
-../Data and so may fail if you're working from a source archive.
+../Data and so may fail if you are working from a source archive
+unless you also add the data.
 
 Test for optional features should be automatically skipped when run on
 an installation where the feature is not available or the test can't be
@@ -28,7 +29,13 @@
 command line programs are on the PATH because they're executed as
 subprocesses to build the database cluster, start the postmaster, etc.
 
+E.g. Debian 4.0 (Etch) can have several PostGIS installations
+in parallel. So you can give the PATH to the one you want to test
+on the command line:
 
+    $ PATH=$PATH:/usr/lib/postgresql/8.1/bin/ python runtests.py
+
+
 $Revision$
 $Source$
 $Id$



More information about the Thuban-commits mailing list