From 674a117ccc7924288eb68a207e200f9dc7543d0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Harrtell?= Date: Fri, 21 Apr 2017 19:40:18 +0000 Subject: [PATCH] Fix mistakes and some rewording git-svn-id: http://svn.osgeo.org/postgis/trunk@15360 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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. -- 2.50.1