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>
This commit is contained in:
parent
ce89c9708c
commit
e883cc6a28
@ -1,6 +1,7 @@
|
||||
#!@BUILD_SHEBANG@
|
||||
|
||||
set -e
|
||||
export BLKID_FILE=/dev/null
|
||||
|
||||
fs="$1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user