regress.sh

From: "Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: regress.sh
Date: 1999-06-14 11:48:56
Message-ID: E10tVEX-0001ar-00@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The regression tests no longer seem to be using the "alternative" expected
files should they exist. I have run out of time looking for the cause, but
the story so far is in going from version 1.28-1.29 of regress.sh,
SYSTEM has gone from
... printf"%s-%s", $1, a[1] }'
to
... printf"%s-%s", $portname, a[1] }'
which means an example of output has changed from
i386-netbsd
to
i386-unknown-netbsd1.4-netbsd

Now, portname comes from PORTNAME=${os} in configure, which it appears ought
to be set in my case to

netbsd*)
os=bsd need_tas=no
case "$host_cpu" in
powerpc) elf=yes ;;
esac ;;

"bsd", so I would expect SYSTEM to be set to "bsd-netbsd" ?! which doesn't
seem right either...

Maybe "someone" could take another look?

Cheers,

Patrick

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David R. Favor 1999-06-14 12:38:54 AIX 432 shared library problem
Previous Message Wayne 1999-06-14 11:33:23 off-topic: pgaccess?