summaryrefslogtreecommitdiff
path: root/140
diff options
context:
space:
mode:
authorLachlan McIlroy <lachlan@sgi.com>2007-09-20 06:13:47 +0000
committerLachlan McIlroy <lachlan@sgi.com>2007-09-20 06:13:47 +0000
commit979ed6f3330e0b5935cba4e80519bab7390df381 (patch)
tree743782cd2ad47aa9a17e6bb5ecfa4dd38584c135 /140
parent2659a01a6b6f81b08f75593b5c1f7a7ea179ba5f (diff)
Check filesystem after log replay and abort test if errors found
Merge of master-melb:xfs-cmds:29730a by kenmcd. Check filesystem after log replay and abort test if errors found
Diffstat (limited to '140')
-rwxr-xr-x1407
1 files changed, 7 insertions, 0 deletions
diff --git a/140 b/140
index 91479660..797efc4e 100755
--- a/140
+++ b/140
@@ -63,6 +63,13 @@ src/godown $SCRATCH_MNT
umount $SCRATCH_MNT
_scratch_mount
+umount $SCRATCH_MNT
+if [ ! _check_scratch_fs ]
+then
+ echo error detected in filesystem
+ exit
+fi
+_scratch_mount
# check file size and contents
i=1;