mirror of https://github.com/citusdata/citus.git
Fix running check-isolation-base (#3782)
parent
793c65b539
commit
1423433531
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue