mirror of https://github.com/apache/cloudstack.git
Minor fix - Ensure we "sync" to changes to disk
This commit is contained in:
parent
6cfa562965
commit
e486f7f0af
|
|
@ -1006,7 +1006,8 @@ class TestSnapshots(cloudstackTestCase):
|
|||
self.services["sub_dir"],
|
||||
self.services["sub_lvl_dir2"],
|
||||
self.services["random_data"]
|
||||
)
|
||||
),
|
||||
"sync",
|
||||
]
|
||||
|
||||
for c in cmds:
|
||||
|
|
|
|||
Loading…
Reference in New Issue