Skip to content
Snippets Groups Projects
Commit e17cfa8f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add QNX localhost flag to regression tests

parent f63ba5cd
No related branches found
No related tags found
No related merge requests found
#!/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
......@@ -59,7 +59,7 @@ extratests="$*"
# ----------
# Special setting for Windows (no unix domain sockets)
# ----------
if [ "x$hostname" = "xwin" ]
if [ "x$hostname" = "xwin" -o "x$hostname" = "xi386-pc-qnx" ]
then
HOSTLOC="-h localhost"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment