From 2dc6eac9dfe55be5160e724eb28cb5b1fe942518 Mon Sep 17 00:00:00 2001 From: nathan <nathan> Date: Wed, 16 May 2007 20:27:13 +0000 Subject: [PATCH] Branch b1_6 b=12465 i=adilger skip test 76 if no deathrow/iget --- lustre/tests/sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e1aec5c665..0d71a9056d 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2982,6 +2982,8 @@ num_inodes() { } test_76() { # bug 1443 + DETH=$(grep deathrow /proc/kallsyms /proc/ksyms 2> /dev/null | wc -l) + [ $DETH -eq 0 ] && echo "No _iget, skipping" && return 0 BEFORE_INODES=`num_inodes` echo "before inodes: $BEFORE_INODES" for i in `seq 1000`; do -- GitLab