summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPeter Eisentraut2000-06-20 16:40:19 +0000
committerPeter Eisentraut2000-06-20 16:40:19 +0000
commitbfdb695b85c4ed22a63e72524a96c07f8f8696dd (patch)
tree587345f00fe1b13efc6c569a82b71bd35312b410 /src/test
parent9f1a22304695cf2b6ed4497b4e12af8bb40704de (diff)
Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the
interfaces and interfaces/odbc make files. Adjusted regression test driver to start building and installing in the top level directory.
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/regress/run_check.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/run_check.sh b/src/test/regress/run_check.sh
index 0539319886..2f33fdcdf7 100755
--- a/src/test/regress/run_check.sh
+++ b/src/test/regress/run_check.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.19 2000/05/24 22:32:59 tgl Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.20 2000/06/20 16:40:19 petere Exp $
# ----------
# Check call syntax
@@ -162,7 +162,7 @@ mkdir -p $LOGDIR
# Install this build into ./tmp/check
# ----------
echo "=============== Installing new build into ./tmp_check ================"
-${MAKE:-gmake} -C ../.. POSTGRESDIR=$CHKDIR install >$LOGDIR/install.log 2>&1
+${MAKE:-gmake} -C ../../.. POSTGRESDIR=$CHKDIR prefix=$CHKDIR install >$LOGDIR/install.log 2>&1
if [ $? -ne 0 ]
then