Okay, there was problem with my build script. It was talking the REGRESS_OPTS 
two times and was overwriting the original values in the MakeFile. By removing 
from my build script I have solved the problem. 

On 2021/09/09 11:22:37, Muhammad Shoaib <sho...@bitnine.net> wrote: 
> Hi Folks,
> 
> I am having this problem while building the AGE.
> 
> /home/age/postgresql/postgresql-11.12/psql-11.12-5432-dev/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress
> --inputdir=./
> --bindir='/home/age/postgresql/postgresql-11.12/psql-11.12-5432-dev/bin'
>  --encoding=UTF-8 scan graphid agtype catalog cypher expr cypher_create
> cypher_match cypher_set cypher_remove cypher_delete cypher_with cypher_vle
> drop
> (using postmaster on Unix socket, default port)
> ============== dropping database "regression"         ==============
> DROP DATABASE
> ============== creating database "regression"         ==============
> CREATE DATABASE
> ALTER DATABASE
> ============== running regression test queries        ==============
> test scan                         ... /bin/sh: 1: cannot open
> /home/age/incubator-age/sql/scan.sql: No such file
> diff: /home/age/incubator-age/expected/scan.out: No such file or directory
> diff: /home/age/incubator-age/results/scan.out: No such file or directory
> diff command failed with status 512: diff
>  "/home/age/incubator-age/expected/scan.out"
> "/home/age/incubator-age/results/scan.out" >
> "/home/age/incubator-age/results/scan.out.diff"
> make: ***
> [/home/age/postgresql/postgresql-11.12/psql-11.12-5432-dev/lib/pgxs/src/makefiles/
> pgxs.mk:403: installcheck] Error 2
> 
> I believe that REGRESS_OPTS are not be used during the build process. How
> could I solve this problem?
> 
> -- 
> 
> 

Reply via email to