BUG #3398: Regress test cannot be run with Makefile in postgresql-test-8.2.4

From: "Ondrej Sevcik" <osevcik(at)redhat(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3398: Regress test cannot be run with Makefile in postgresql-test-8.2.4
Date: 2007-06-20 16:20:30
Message-ID: 200706201620.l5KGKUn8076052@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3398
Logged by: Ondrej Sevcik
Email address: osevcik(at)redhat(dot)com
PostgreSQL version: 8.2.4
Operating system: Linux RHEL 5
Description: Regress test cannot be run with Makefile in
postgresql-test-8.2.4
Details:

I have installed package postgresql-test-8.2.4-1.el5s2 and I tried to run
tests by "make check" in /usr/lib/pgsql/test/regress and this ended by an
error:

./pg_regress: ./pg_regress: cannot execute binary file
make: *** [installcheck-parallel] Error 126

In previous version was pg_regress a bash script, but now it is a binary
file, but Make file was not changed and there is still $(SHELL)
./pg_regress
AFAIK binary files cannot be run in this way. I hope that I didn't miss some
switch in .bashrc. Anyway it didn't work for me on two RHEL5 computers.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-06-20 18:23:38 Re: BUG #3396: strange error report for 'create domain ... default null'
Previous Message Stéphane Schildknecht 2007-06-20 14:33:32 Re: