diff --git a/integration/entrypoint.sh b/integration/entrypoint.sh index c7e24d12e1..c1e090b55c 100755 --- a/integration/entrypoint.sh +++ b/integration/entrypoint.sh @@ -202,7 +202,8 @@ function umount_global_shared_mnt { function is_cache_cleared { # With fscache driver, 2.1 nydusd don't have API to release the cache files. - # Thy locate at directory ${SNAPSHOTTER_CACHE_DIR}/cache + # Cache locate at directory ${SNAPSHOTTER_CACHE_DIR} + ls -al /var/lib/containerd/io.containerd.snapshotter.v1.nydus/cache if [[ $(ls -A -p "${SNAPSHOTTER_CACHE_DIR}" | grep -v /) == "" ]]; then true else