From 11391685d1f044e13e109a82bcdd42193029079b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Nov 2000 00:58:47 +0000 Subject: Tweak resultmap documentation, add to README too. --- doc/src/sgml/regress.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 239250ae848..3f3d16f97c1 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -289,13 +289,14 @@ diff results/random.out expected/random.out Each line in the mapping file is of the form -testname/platformnamepattern=comparisonfilename +testname/platformpattern=comparisonfilename The test name is just the name of the particular regression test - module. The platform name pattern is a pattern in the style of - expr(1) (that is, a regular expression with an implicit ^ anchor + module. The platform pattern is a pattern in the style of + expr(1) (that is, a regular expression with an implicit + ^ anchor at the start). It is matched against the platform name as printed - by config.guess with an appended + by config.guess followed by :gcc or :cc, depending on whether you use the GNU compiler or the system's native compiler (on systems where there is a difference). The comparison file -- cgit v1.2.3