mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
qa/workunits/snaps: remove snapshots when test finishes
Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
parent
b66e74961b
commit
8624172d1a
@ -36,4 +36,6 @@ dir1=`find 1/ | wc -w`
|
||||
dir2=`find 2/.snap/barsnap2/a/b/c | wc -w`
|
||||
#diff $dir1 $dir2 && echo "Success!"
|
||||
test $dir1==$dir2 && echo "Sucess!"
|
||||
echo "OK"
|
||||
rmdir 1/.snap/*
|
||||
rmdir 2/.snap/*
|
||||
echo "OK"
|
||||
|
Loading…
Reference in New Issue
Block a user