Add QNX localhost flag to regression tests

REL7_0_PATCHES
Bruce Momjian 26 years ago
parent f63ba5cd6a
commit e17cfa8ff1
  1. 4
      src/test/regress/run_check.sh

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.15 2000/05/17 16:57:41 momjian Exp $ # $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.16 2000/05/18 15:37:56 momjian Exp $
# ---------- # ----------
# Check call syntax # Check call syntax
@ -59,7 +59,7 @@ extratests="$*"
# ---------- # ----------
# Special setting for Windows (no unix domain sockets) # Special setting for Windows (no unix domain sockets)
# ---------- # ----------
if [ "x$hostname" = "xwin" ] if [ "x$hostname" = "xwin" -o "x$hostname" = "xi386-pc-qnx" ]
then then
HOSTLOC="-h localhost" HOSTLOC="-h localhost"
else else

Loading…
Cancel
Save