Check filesystem after log replay and abort test if errors found
[xfstests-dev.git] / 139
diff --git a/139 b/139
index 24a4417edb8590c55a73240970e7c1cabf07e63b..480527998630e303899c170f8922510cdebbce12 100755 (executable)
--- a/139
+++ b/139
@@ -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;