From 529230fd7ab1face85256be263ed582abfdbe4aa Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 18 Aug 2003 16:59:55 +0000 Subject: [PATCH] Added info on piping results to output file. git-svn-id: http://svn.osgeo.org/postgis/trunk@291 b70326c6-7e19-0410-871a-916f4a2858ee --- examples/ogc_test_suite/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/ogc_test_suite/README b/examples/ogc_test_suite/README index 70cd0ee18..6867b2717 100644 --- a/examples/ogc_test_suite/README +++ b/examples/ogc_test_suite/README @@ -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. + -- 2.40.0