Enable vitastor-cli fix in test

This commit is contained in:
Vitaliy Filippov
2023-05-20 23:19:39 +03:00
parent 6ca20aa194
commit 25fcedf6e7
2 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ fi
format_error()
{
echo $(echo -n -e "\033[1;31m")"$1"$(echo -n -e "\033[m")
echo $(echo -n -e "\033[1;31m")"$0 $1"$(echo -n -e "\033[m")
$ETCDCTL get --prefix /vitastor > ./testdata/etcd-dump.txt
exit 1
}