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 48d15ef2069e5a0935c3139499e837c6cf752e2c..4c0502b71fe6bd5116e52b4b4ba7a8046d804453 100755 (executable)
@@ -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."