From fdf4a12d3c1e3eed46ae2249175adf9ad39cccfa Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 11 Apr 2018 12:51:26 -0700 Subject: [PATCH] test: rename etcd functional test data directories Signed-off-by: Gyuho Lee --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index ab31ad1ca..1a9f843b6 100755 --- a/test +++ b/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-* /tmp/etcd-agent-data-*.backup + rm -rf /tmp/etcd-functional-* /tmp/etcd-functional-*.backup for a in 1 2 3; do ./bin/etcd-agent --network tcp --address 127.0.0.1:${a}9027 &