Skip to content

Commit

Permalink
fix(tests/tiup-cluster): wrong cluster path
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa committed Nov 23, 2020
1 parent 5ce654c commit 730c926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tiup-cluster/script/cmd_subtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function cmd_subtest() {

! tiup-cluster $client _test $name data

cp ~/.tiup/storage/cluster/$name/ssh/id_rsa "/tmp/$name.id_rsa"
cp ~/.tiup/storage/cluster/clusters/$name/ssh/id_rsa "/tmp/$name.id_rsa"
tiup-cluster $client --yes destroy $name

# after destroy the cluster, the public key should be deleted
Expand Down

0 comments on commit 730c926

Please sign in to comment.