mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: remove backup data from functional tests
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
06bbd65a11
commit
7e56c3e737
2
test
2
test
@ -180,7 +180,7 @@ function integration_extra {
|
||||
|
||||
function functional_pass {
|
||||
# Clean up any data and logs from previous runs
|
||||
rm -rf /tmp/etcd-agent-data-*
|
||||
rm -rf /tmp/etcd-agent-data-* /tmp/etcd-agent-data-*.backup
|
||||
|
||||
for a in 1 2 3; do
|
||||
./bin/etcd-agent --network tcp --address 127.0.0.1:${a}9027 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user