]> granicus.if.org Git - postgis/commitdiff
Fix mistakes and some rewording
authorBjörn Harrtell <bjorn@wololo.org>
Fri, 21 Apr 2017 19:40:18 +0000 (19:40 +0000)
committerBjörn Harrtell <bjorn@wololo.org>
Fri, 21 Apr 2017 19:40:18 +0000 (19:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15360 b70326c6-7e19-0410-871a-916f4a2858ee

regress/README

index 817d9998c97f03ae3b95328f481dfba25aeb35ca..093d1dd14e54b5fab2117562e8d6af8c27da400f 100644 (file)
@@ -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.