]> granicus.if.org Git - postgis/commitdiff
Added info on piping results to output file.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Aug 2003 16:59:55 +0000 (16:59 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Aug 2003 16:59:55 +0000 (16:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@291 b70326c6-7e19-0410-871a-916f4a2858ee

examples/ogc_test_suite/README

index 70cd0ee184e4529d3b7fcc6e5cd1ec9f0606a9dc..6867b2717b1416a488892e5d35ef8f17c7b0f86c 100644 (file)
@@ -5,10 +5,12 @@
   createdb ogc
   createlang plpgsql ogc
   psql ogc < postgis.sql
-  psql ogc < 1_schema.sql
-  ...
-  psql ogc < 3_cleanup.sql
+
+  psql -a -f 1_schema.sql >& 1_output.txt
+  psql -a -f 2_queries.sql >& 2_output.txt
+  psql -a -f 3_cleanup.sql >& 3_output.txt
 
 - Load the test files in order. File 2 has the actual tests, with the
   correct answers for each test in the comments.
 
+