]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Disable blkid cache usage
authorGlenn Washburn <development@efficientek.com>
Sat, 9 Apr 2022 02:44:46 +0000 (02:44 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 20 Apr 2022 16:29:01 +0000 (18:29 +0200)
commite883cc6a282891783902daf2d564a5b5c7a6a5aa
treea9ba84103ad7d232599c0d377e94f8b55dbd29ad
parentce89c9708ce13b3c719e24d0aee90039747fec6d
tests: Disable blkid cache usage

Using the blkid cache can cause issues when running many file system tests
in parallel. We do not need it, as its only there to improve performance,
and using the cache does not provide significant performance improvements.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-fs-tester.in