|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.13 2000/11/21 23:40:27 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.14 2000/11/22 00:58:47 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="regress">
|
4 | 4 | <title id="regress-title">Regression Tests</title>
|
@@ -289,13 +289,14 @@ diff results/random.out expected/random.out
|
289 | 289 | <para>
|
290 | 290 | Each line in the mapping file is of the form
|
291 | 291 | <synopsis>
|
292 |
| -testname/platformnamepattern=comparisonfilename |
| 292 | +testname/platformpattern=comparisonfilename |
293 | 293 | </synopsis>
|
294 | 294 | The test name is just the name of the particular regression test
|
295 |
| - module. The platform name pattern is a pattern in the style of |
296 |
| - expr(1) (that is, a regular expression with an implicit ^ anchor |
| 295 | + module. The platform pattern is a pattern in the style of |
| 296 | + expr(1) (that is, a regular expression with an implicit |
| 297 | + <literal>^</literal> anchor |
297 | 298 | at the start). It is matched against the platform name as printed
|
298 |
| - by <filename>config.guess</filename>with an appended |
| 299 | + by <filename>config.guess</filename>followed by |
299 | 300 | <literal>:gcc</literal> or <literal>:cc</literal>, depending on
|
300 | 301 | whether you use the GNU compiler or the system's native compiler
|
301 | 302 | (on systems where there is a difference). The comparison file
|
|