Whamcloud - gitweb
LU-13546 pcc: exclude mmap_sanity tst8/tst9 from test list
[fs/lustre-release.git] / lustre / tests / sanityn.sh
index 07932e5..526c8da 100755 (executable)
@@ -550,7 +550,9 @@ test_18() {
                 excepts="$excepts -e $(($(printf %d \'$idx)-96))"
         done
 
-       $LUSTRE/tests/mmap_sanity -d $MOUNT1 -m $MOUNT2 $excepts
+       excepts="$excepts -e 7 -e 8 -e 9"
+       $LUSTRE/tests/mmap_sanity -d $MOUNT1 -m $MOUNT2 $excepts ||
+               error "mmap_sanity test failed"
        sync; sleep 1; sync
 }
 run_test 18 "mmap sanity check ================================="