diff options
Diffstat (limited to 'src/test')
| -rwxr-xr-x | src/test/regress/regress.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/regress/regress.sh b/src/test/regress/regress.sh index b4804bb7dba..a491250d675 100755 --- a/src/test/regress/regress.sh +++ b/src/test/regress/regress.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.45 2000/03/16 14:37:33 thomas Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.46 2000/03/31 01:41:26 momjian Exp $ # if [ $# -eq 0 ]; then echo "Syntax: $0 <hostname> [extra-tests]" @@ -10,7 +10,7 @@ hostname=$1 shift extratests="$*" -if [ "x$hostname" = "xwin" -o "x$hostname" = "xi386-pc-qnx4" ]; then +if [ "x$hostname" = "xwin" -o "x$hostname" = "xi386-qnx-qnx4" ]; then HOSTLOC="-h localhost" else HOSTLOC="" @@ -79,7 +79,7 @@ if [ $? -ne 0 ]; then exit 1 fi -if [ "x$hostname" != "xi386-pc-qnx4" ]; then +if [ "x$hostname" != "xi386-qnx-qnx4" ]; then echo "=============== installing languages... =================" $ECHO_N "installing PL/pgSQL .. " $ECHO_C createlang $HOSTLOC plpgsql regression @@ -94,7 +94,7 @@ fi echo "=============== running regression queries... =================" echo "" > regression.diffs -if [ "x$hostname" = "xi386-pc-qnx4" ]; then +if [ "x$hostname" = "xi386-qnx-qnx4" ]; then DIFFOPT="-b" else DIFFOPT="-w" |
