From 1423433531898b4c6798d27def618906a0fcda7e Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Mon, 20 Apr 2020 15:36:09 +0200 Subject: [PATCH] Fix running check-isolation-base (#3782) --- src/test/regress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/Makefile b/src/test/regress/Makefile index 82ebda721..b52c436d9 100644 --- a/src/test/regress/Makefile +++ b/src/test/regress/Makefile @@ -134,7 +134,7 @@ check-isolation: all $(isolation_test_files) check-isolation-base: all $(isolation_test_files) $(pg_regress_multi_check) --load-extension=citus --isolationtester \ - -- $(MULTI_REGRESS_OPTS) $(EXTRA_TESTS) + -- $(MULTI_REGRESS_OPTS) --inputdir=$(citus_abs_srcdir)/build $(EXTRA_TESTS) check-vanilla: all # it is possible that sometimes vanilla tests will fail, which is related to postgres.