]> granicus.if.org Git - postgresql/commitdiff
Please apply the following patch for regress.sh to do something useful
authorBruce Momjian <bruce@momjian.us>
Fri, 7 May 1999 02:31:43 +0000 (02:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 7 May 1999 02:31:43 +0000 (02:31 +0000)
with
"SYSTEM", Patrick Welche

src/test/regress/regress.sh

index ac92e60f0037553a036924a8164dd034f79ea6bc..04244d6829f5b832d8e114c04074311f4997fde7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.26 1999/04/25 23:30:31 tgl Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.27 1999/05/07 02:31:43 momjian Exp $
 #
 if [ $# -eq 0 ]
 then
@@ -33,7 +33,7 @@ PGDATESTYLE="Postgres,US"; export PGDATESTYLE
 #FRONTEND=monitor
 FRONTEND="psql $HOST -n -e -q"
 
-SYSTEM=`../../config.guess awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'`
+SYSTEM=`../../config.guess awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'`
 
 echo "=============== Notes...                              ================="
 echo "postmaster must already be running for the regression tests to succeed."