8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2044bdc commit 8b04311Copy full SHA for 8b04311
src/test/regress/pg_regress.sh
@@ -1,5 +1,5 @@
1
#! /bin/sh
2
-# $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 $
3
4
me=`basename $0`
5
: ${TMPDIR=/tmp}
@@ -291,7 +291,7 @@ then
291
if [ ! -d "$LOGDIR" ]; then
292
mkdir -p "$LOGDIR" || { (exit 2); exit; }
293
fi
294
- $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
295
296
if [ $? -ne 0 ]
297
then
0 commit comments