Skip to content
Snippets Groups Projects
Commit 2dc6eac9 authored by Nathan Rutman's avatar Nathan Rutman
Browse files

Branch b1_6

b=12465
i=adilger
skip test 76 if no deathrow/iget
parent de919862
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment