1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

minor change so that it outputs to regression.diffs ...

This commit is contained in:
Marc G. Fournier
1998-02-01 11:46:10 +00:00
parent ca5eefb645
commit 44030ef229

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.14 1998/02/01 11:42:47 scrappy Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.15 1998/02/01 11:46:10 scrappy Exp $
#
if echo '\c' | grep -s c >/dev/null 2>&1
then
@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then
fi
echo "=============== running regression queries... ================="
echo "" > regression.${SYSTEM}
echo "" > regression.diffs
for i in `cat sql/tests`
do
$ECHO_N "${i} .. " $ECHO_C
@ -58,7 +58,7 @@ do
( diff -c ${EXPECTED} results/${i}.out; \
echo ""; \
echo "----------------------"; \
echo "" ) >> regression.${SYSTEM}
echo "" ) >> regression.diffs
echo failed
else
echo ok