aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Washburn <development@efficientek.com>2022-04-09 02:44:46 +0000
committerDaniel Kiper <daniel.kiper@oracle.com>2022-04-20 18:29:01 +0200
commite883cc6a282891783902daf2d564a5b5c7a6a5aa (patch)
treea9ba84103ad7d232599c0d377e94f8b55dbd29ad
parentce89c9708ce13b3c719e24d0aee90039747fec6d (diff)
downloadgrub-e883cc6a282891783902daf2d564a5b5c7a6a5aa.tar.gz
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>
-rw-r--r--tests/util/grub-fs-tester.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in
index 65633c7f8..868199109 100644
--- a/tests/util/grub-fs-tester.in
+++ b/tests/util/grub-fs-tester.in
@@ -1,6 +1,7 @@
#!@BUILD_SHEBANG@
set -e
+export BLKID_FILE=/dev/null
fs="$1"