OSDN Git Service

New scheme for managing platform-specific regress test result files.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2000 07:54:00 +0000 (07:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2000 07:54:00 +0000 (07:54 +0000)
commitbd62e062aa8a976317187a18f3c9774cccdaf0e4
tree8ac74eb697207d50f35dd803898371b65e69f38a
parent2a19ac97a7ade3ab0c0aa65a6c4c5e6619da5b9d
New scheme for managing platform-specific regress test result files.
Instead of hard-wiring one result file per platform, there is a map file
'resultmap' that says which one to use --- a lot like template/.similar.
I have only created entries in resultmap for my own platform (HPUX) so
far; feel free to add lines for other platforms.
src/GNUmakefile.in
src/configure
src/configure.in
src/test/regress/GNUmakefile.in [moved from src/test/regress/GNUmakefile with 70% similarity]
src/test/regress/README
src/test/regress/expected/geometry-hppa2.0.out [new file with mode: 0644]
src/test/regress/expected/horology-no-DST-before-1970.out [new file with mode: 0644]
src/test/regress/regress.sh
src/test/regress/resultmap [new file with mode: 0644]
src/test/regress/run_check.sh