unittest.sh: don't run cache_ut under valgrind
The cache_ut test uses multiple threads in a way that hangs under valgrind; disable valgrind for that test for now. Change-Id: Ia372806204459c8f2a5eef261416386641b6a1f8 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
ab5511c754
commit
10f7c9159f
@ -8,7 +8,8 @@ set -xe
|
||||
$valgrind test/lib/blob/blob_ut/blob_ut
|
||||
|
||||
$valgrind test/lib/blobfs/blobfs_ut/blobfs_ut
|
||||
$valgrind test/lib/blobfs/cache_ut/cache_ut
|
||||
# cache_ut hangs when run under valgrind, so don't use $valgrind
|
||||
test/lib/blobfs/cache_ut/cache_ut
|
||||
|
||||
$valgrind test/lib/nvme/unit/nvme_c/nvme_ut
|
||||
$valgrind test/lib/nvme/unit/nvme_ctrlr_c/nvme_ctrlr_ut
|
||||
|
Loading…
x
Reference in New Issue
Block a user