mirror of https://github.com/hashicorp/consul
Fix integ test
parent
f032d6ef05
commit
129d54d060
|
@ -352,7 +352,7 @@ function run_tests {
|
|||
start_consul secondary
|
||||
fi
|
||||
if is_set $REQUIRE_PARTITIONS; then
|
||||
docker_consul "primary" admin-partition create -name ap1 > /dev/null
|
||||
docker_consul "primary" consul partition create -name ap1 > /dev/null
|
||||
start_partitioned_client ap1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue