From 8a3f28c45bc23a2a2fb35ecb297e78f4a3a12fa1 Mon Sep 17 00:00:00 2001 From: manmorjim Date: Wed, 26 Feb 2020 17:32:59 +0100 Subject: [PATCH] Rename output test directory --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index bd6c90d..3e517e6 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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