提交 f39bf166 编写于 作者: M Marc G. Fournier

Change from -u to -wC3 ...

上级 b5b3735f
#!/bin/sh #!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.16 1998/02/24 15:56:45 scrappy Exp $ # $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.17 1998/02/25 15:02:18 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 -u ${EXPECTED} results/${i}.out; \ ( diff -wC3 ${EXPECTED} results/${i}.out; \
echo ""; \ echo ""; \
echo "----------------------"; \ echo "----------------------"; \
echo "" ) >> regression.diffs echo "" ) >> regression.diffs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册