Commit f0da7129 authored by Marc G. Fournier's avatar Marc G. Fournier

Change -c to -u for regress.sh...should shrink regression.<portname> somewhat

at the same time...

Suggested by: Frank Ridderbusch <ridderbusch.pad@sni.de>
parent 4ce6f082
#!/bin/sh #!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.15 1998/02/01 11:46:10 scrappy Exp $ # $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.16 1998/02/24 15:56:45 scrappy Exp $
# #
if echo '\c' | grep -s c >/dev/null 2>&1 if echo '\c' | grep -s c >/dev/null 2>&1
then then
...@@ -55,7 +55,7 @@ do ...@@ -55,7 +55,7 @@ do
if [ `diff ${EXPECTED} results/${i}.out | wc -l` -ne 0 ] if [ `diff ${EXPECTED} results/${i}.out | wc -l` -ne 0 ]
then then
( diff -c ${EXPECTED} results/${i}.out; \ ( diff -u ${EXPECTED} results/${i}.out; \
echo ""; \ echo ""; \
echo "----------------------"; \ echo "----------------------"; \
echo "" ) >> regression.diffs echo "" ) >> regression.diffs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment