From: Björn Harrtell Date: Fri, 21 Apr 2017 19:40:18 +0000 (+0000) Subject: Fix mistakes and some rewording X-Git-Tag: 2.4.0alpha~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=674a117ccc7924288eb68a207e200f9dc7543d0b;p=postgis Fix mistakes and some rewording git-svn-id: http://svn.osgeo.org/postgis/trunk@15360 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/README b/regress/README index 817d9998c..093d1dd14 100644 --- a/regress/README +++ b/regress/README @@ -79,13 +79,11 @@ regression testing was needed for testing curved string functionality that would elicit different responses from JTS vs GEOS compilations. Since JTS is no longer supported, this may not be required anymore. - Notes about running individual regression tests ----------------------------------------------- -The script regress/run_test.pl can called directly to run individual +The script run_test.pl can be called directly to run individual regression tests. Run it without parameters for info about its usage. -But it should be noted that tests run in a staged install that require -running make -C regress/ staged-install to actually use the current -local build. This is called automatically when using make test. +Note that tests run in a staged install which is created by running +make staged-install. This step is a part of the complete make check.