head	1.6;
access;
symbols
	REL7_0_PATCHES:1.5.0.2
	REL7_0:1.5
	REL6_5_PATCHES:1.4.0.4
	REL6_5:1.4
	REL6_4:1.4.0.2
	release-6-3:1.3;
locks; strict;
comment	@# @;


1.6
date	2000.11.30.20.43.31;	author petere;	state dead;
branches;
next	1.5;

1.5
date	2000.04.12.05.24.51;	author momjian;	state Exp;
branches;
next	1.4;

1.4
date	98.10.04.15.38.58;	author momjian;	state Exp;
branches;
next	1.3;

1.3
date	98.02.22.20.02.34;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	97.11.25.22.07.18;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	97.10.30.04.27.14;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove old regression test drivers.
@
text
@#!/bin/sh
# check regression tests
# usage:  checkresults [ regress.out ]

[ "$#" -eq 0 ] && set regress.out

for file in `cat "$@@" | grep 'failed$' | grep -v '^dropdb: ' | cut -d " " -f 1`
do
	echo "======   $file   ======"
	diff -w expected/$file.out results
done


@


1.5
log
@Prevent drop database failure from showing.
@
text
@@


1.4
log
@Unixware patches from Billy G. Allie.
@
text
@d7 1
a7 1
for file in `cat "$@@" | grep 'failed$' | cut -d " " -f 1`
@


1.3
log
@Configure patches from Brook Milligan.
@
text
@d10 1
a10 1
	diff -uw expected/$file.out results
@


1.2
log
@Break parser functions into smaller files, group together.
@
text
@d10 1
a10 1
	diff -w expected/$file.out results
@


1.1
log
@Add script to check regression tests.
@
text
@d3 3
a5 1
# usage:  checkresults < results.out
@
