Rename output test directory
This commit is contained in:
parent
53a0e7abf3
commit
8a3f28c45b
@ -35,7 +35,7 @@ SOURCES_DATA_DIR = sql/
|
||||
|
||||
REGRESS = $(notdir $(basename $(sort $(wildcard test/sql/*test.sql))))
|
||||
REGRESS_EXPEC = $(notdir $(basename $(sort $(wildcard test/expected/*test.out))))
|
||||
TEST_DIR = test_re
|
||||
TEST_DIR = test_out
|
||||
REGRESS_OPTS = --inputdir='$(TEST_DIR)' --outputdir='$(TEST_DIR)' --user='postgres'
|
||||
|
||||
# DATA is a special variable used by postgres build infrastructure
|
||||
|
Loading…
Reference in New Issue
Block a user