diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-29 12:49:49 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-29 12:49:49 +0000 |
commit | 8b0431129309e4a4ddbc91f5a3e58631a07ac13c (patch) | |
tree | d114a91880c5ccfcd65bfd8c844a8ce11cb45f0c /src | |
parent | 2044bdcca0e807b1b57982a8af74d1f4bd2bef0e (diff) | |
download | postgresql-8b0431129309e4a4ddbc91f5a3e58631a07ac13c.tar.gz postgresql-8b0431129309e4a4ddbc91f5a3e58631a07ac13c.zip |
Omit perl and python interfaces when making temporary installation.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/pg_regress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/pg_regress.sh b/src/test/regress/pg_regress.sh index 71203bf0d9c..deb6c399b60 100644 --- a/src/test/regress/pg_regress.sh +++ b/src/test/regress/pg_regress.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.9 2000/10/23 21:44:12 petere Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.10 2000/10/29 12:49:49 petere Exp $ me=`basename $0` : ${TMPDIR=/tmp} @@ -291,7 +291,7 @@ then if [ ! -d "$LOGDIR" ]; then mkdir -p "$LOGDIR" || { (exit 2); exit; } fi - $GMAKE -C "$top_builddir" DESTDIR="$temp_install" install >"$LOGDIR/install.log" 2>&1 + $GMAKE -C "$top_builddir" DESTDIR="$temp_install" install with_perl=no with_python=no >"$LOGDIR/install.log" 2>&1 if [ $? -ne 0 ] then |