OSDN Git Service

Change -c to -u for regress.sh...should shrink regression.<portname> somewhat
authorMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 15:56:45 +0000 (15:56 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 15:56:45 +0000 (15:56 +0000)
at the same time...

Suggested by: Frank Ridderbusch <ridderbusch.pad@sni.de>

src/test/regress/regress.sh

index 65846fb..2a154fb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/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
 then
@@ -55,7 +55,7 @@ do
   
        if [ `diff ${EXPECTED} results/${i}.out | wc -l` -ne 0 ]
        then
-               ( diff -c ${EXPECTED} results/${i}.out; \
+               ( diff -u ${EXPECTED} results/${i}.out; \
                echo "";  \
                echo "----------------------"; \
                echo "" ) >> regression.diffs