Fix running check-isolation-base (#3782)

pull/3756/head
Jelte Fennema 2020-04-20 15:36:09 +02:00 committed by GitHub
parent 793c65b539
commit 1423433531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ check-isolation: all $(isolation_test_files)
check-isolation-base: all $(isolation_test_files) check-isolation-base: all $(isolation_test_files)
$(pg_regress_multi_check) --load-extension=citus --isolationtester \ $(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 check-vanilla: all
# it is possible that sometimes vanilla tests will fail, which is related to postgres. # it is possible that sometimes vanilla tests will fail, which is related to postgres.